Shades of Fire Brick #B02412
Tints of Fire Brick #B02412
RGB
CMYK
RGB Variations
Color information
#B02412 (or 0xB02412) is known color: Fire Brick. HEX triplet: B0, 24 and 12. RGB value is (176,36,18). Sum of RGB (Red+Green+Blue) = 176+36+18=230 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.52% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 176 - color contains mainly: red. Hex color #B02412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02412 is #4FDBED. Grayscale: #4C4C4C. Windows color (decimal): -5233646 or 1189040. OLE color: 1189040.
HSL color Cylindrical-coordinate representation of color #B02412: hue angle of 6.84º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B02412 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 36 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.31 |
| HSL | 6.84º | 0.81% | 0.38% | - |
| HSV(B) | 6.84º | 0.9% | 0.69% | - |
| XYZ | 18.64 | 10.54 | 1.62 | - |
| YUV | 75.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 36 | 18 | 0 | 0.80 | 0.90 | 0.31 | 6.84 | 0.81 | 0.38 |
| Hex | B0 | 24 | 12 | 0 | 50 | 5A | 1F | 7 | 51 | 26 |
| Octal | 260 | 44 | 22 | 0 | 120 | 132 | 37 | 7 | 121 | 46 |
| Binary | 10110000 | 100100 | 10010 | 0 | 1010000 | 1011010 | 11111 | 111 | 1010001 | 100110 |
Color Harmonies of #B02412
Complementary color
Monochromatic Colors of #B02412
Black with #B02412
Text Example
Text Example
White with #B02412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02412; }
p { color: rgb(176,36,18); }
H1.HeaderClassName
{
color: #B02412;
}
.AnyTagClassName
{
color: #B02412;
}
</style>
background-color css
<style>
a { background-color: #B02412; }
a { background-color: rgb(176,36,18); }
div.DivClassName
{
background-color: #B02412;
}
.BgClassName
{
background-color: #B02412;
}
</style>
border-color css
<style>
span { border-color: #B02412; }
span { border-color: rgb(176,36,18); }
td.TdClassName
{
border-color: #B02412;
}
.TagClassName
{
border-color: #B02412;
}
</style>