Shades of Fire Brick #B42414
Tints of Fire Brick #B42414
RGB
CMYK
RGB Variations
Color information
#B42414 (or 0xB42414) is known color: Fire Brick. HEX triplet: B4, 24 and 14. RGB value is (180,36,20). Sum of RGB (Red+Green+Blue) = 180+36+20=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B42414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42414 is #4BDBEB. Grayscale: #4D4D4D. Windows color (decimal): -4971500 or 1320116. OLE color: 1320116.
HSL color Cylindrical-coordinate representation of color #B42414: hue angle of 6º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B42414 is Cyan = 0, Magento = 0.8, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 20 | - |
| CMYK | 0 | 0.8 | 0.89 | 0.29 |
| HSL | 6º | 0.8% | 0.39% | - |
| HSV(B) | 6º | 0.89% | 0.71% | - |
| XYZ | 19.58 | 11.02 | 1.76 | - |
| YUV | 77.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 20 | 0 | 0.8 | 0.89 | 0.29 | 6 | 0.8 | 0.39 |
| Hex | B4 | 24 | 14 | 0 | 50 | 59 | 1D | 6 | 50 | 27 |
| Octal | 264 | 44 | 24 | 0 | 120 | 131 | 35 | 6 | 120 | 47 |
| Binary | 10110100 | 100100 | 10100 | 0 | 1010000 | 1011001 | 11101 | 110 | 1010000 | 100111 |
Color Harmonies of #B42414
Complementary color
Monochromatic Colors of #B42414
Black with #B42414
Text Example
Text Example
White with #B42414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42414; }
p { color: rgb(180,36,20); }
H1.HeaderClassName
{
color: #B42414;
}
.AnyTagClassName
{
color: #B42414;
}
</style>
background-color css
<style>
a { background-color: #B42414; }
a { background-color: rgb(180,36,20); }
div.DivClassName
{
background-color: #B42414;
}
.BgClassName
{
background-color: #B42414;
}
</style>
border-color css
<style>
span { border-color: #B42414; }
span { border-color: rgb(180,36,20); }
td.TdClassName
{
border-color: #B42414;
}
.TagClassName
{
border-color: #B42414;
}
</style>