Shades of Fire Brick #B42412
Tints of Fire Brick #B42412
RGB
CMYK
RGB Variations
Color information
#B42412 (or 0xB42412) is known color: Fire Brick. HEX triplet: B4, 24 and 12. RGB value is (180,36,18). Sum of RGB (Red+Green+Blue) = 180+36+18=234 (30% of max value = 765). Red value is 180 (70.70% from 255 or 76.92% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 180 - color contains mainly: red. Hex color #B42412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42412 is #4BDBED. Grayscale: #4D4D4D. Windows color (decimal): -4971502 or 1189044. OLE color: 1189044.
HSL color Cylindrical-coordinate representation of color #B42412: hue angle of 6.67º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B42412 is Cyan = 0, Magento = 0.8, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 18 | - |
| CMYK | 0 | 0.8 | 0.9 | 0.29 |
| HSL | 6.67º | 0.82% | 0.39% | - |
| HSV(B) | 6.67º | 0.9% | 0.71% | - |
| XYZ | 19.56 | 11.01 | 1.67 | - |
| YUV | 77 | 94.71 | 201.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 18 | 0 | 0.8 | 0.9 | 0.29 | 6.67 | 0.82 | 0.39 |
| Hex | B4 | 24 | 12 | 0 | 50 | 5A | 1D | 7 | 52 | 27 |
| Octal | 264 | 44 | 22 | 0 | 120 | 132 | 35 | 7 | 122 | 47 |
| Binary | 10110100 | 100100 | 10010 | 0 | 1010000 | 1011010 | 11101 | 111 | 1010010 | 100111 |
Color Harmonies of #B42412
Complementary color
Monochromatic Colors of #B42412
Black with #B42412
Text Example
Text Example
White with #B42412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42412; }
p { color: rgb(180,36,18); }
H1.HeaderClassName
{
color: #B42412;
}
.AnyTagClassName
{
color: #B42412;
}
</style>
background-color css
<style>
a { background-color: #B42412; }
a { background-color: rgb(180,36,18); }
div.DivClassName
{
background-color: #B42412;
}
.BgClassName
{
background-color: #B42412;
}
</style>
border-color css
<style>
span { border-color: #B42412; }
span { border-color: rgb(180,36,18); }
td.TdClassName
{
border-color: #B42412;
}
.TagClassName
{
border-color: #B42412;
}
</style>