Shades of Fire Brick #B41212
Tints of Fire Brick #B41212
RGB
CMYK
RGB Variations
Color information
#B41212 (or 0xB41212) is known color: Fire Brick. HEX triplet: B4, 12 and 12. RGB value is (180,18,18). Sum of RGB (Red+Green+Blue) = 180+18+18=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B41212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B41212 is #4BEDED. Grayscale: #424242. Windows color (decimal): -4976110 or 1184436. OLE color: 1184436.
HSL color Cylindrical-coordinate representation of color #B41212: hue angle of 0º 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 #B41212 is Cyan = 0, Magento = 0.9, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 18 | 18 | - |
| CMYK | 0 | 0.9 | 0.9 | 0.29 |
| HSL | 0º | 0.82% | 0.39% | - |
| HSV(B) | 0º | 0.9% | 0.71% | - |
| XYZ | 19.15 | 10.18 | 1.53 | - |
| YUV | 66.44 | 100.67 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 18 | 0 | 0.9 | 0.9 | 0.29 | 0 | 0.82 | 0.39 |
| Hex | B4 | 12 | 12 | 0 | 5A | 5A | 1D | 0 | 52 | 27 |
| Octal | 264 | 22 | 22 | 0 | 132 | 132 | 35 | 0 | 122 | 47 |
| Binary | 10110100 | 10010 | 10010 | 0 | 1011010 | 1011010 | 11101 | 0 | 1010010 | 100111 |
Color Harmonies of #B41212
Complementary color
Monochromatic Colors of #B41212
Black with #B41212
Text Example
Text Example
White with #B41212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41212; }
p { color: rgb(180,18,18); }
H1.HeaderClassName
{
color: #B41212;
}
.AnyTagClassName
{
color: #B41212;
}
</style>
background-color css
<style>
a { background-color: #B41212; }
a { background-color: rgb(180,18,18); }
div.DivClassName
{
background-color: #B41212;
}
.BgClassName
{
background-color: #B41212;
}
</style>
border-color css
<style>
span { border-color: #B41212; }
span { border-color: rgb(180,18,18); }
td.TdClassName
{
border-color: #B41212;
}
.TagClassName
{
border-color: #B41212;
}
</style>