Fire Brick Hex Code — #B22222
RGB, HSL, and CMYK values for Fire Brick.
Fire Brick Color Values
| Format | Value |
|---|---|
| HEX | #B22222 |
| RGB | rgb(178, 34, 34) |
| HSL | hsl(0, 68%, 42%) |
| CMYK | cmyk(0%, 81%, 81%, 30%) |
Want to explore more shades? Use our Color Converter
About Fire Brick
Color psychology: Strength, boldness.
Fire Brick (#B22222) is a medium shade of red. It's commonly used in web design, graphic design, and branding where strength, boldness are desired associations.
How to Use Fire Brick in CSS
/* Using HEX */ color: #B22222; background-color: #B22222; /* Using RGB */ color: rgb(178, 34, 34); /* Using HSL */ color: hsl(0, 68%, 42%);