Shades of Fire Brick #BB2212
Tints of Fire Brick #BB2212
RGB
CMYK
RGB Variations
Color information
#BB2212 (or 0xBB2212) is known color: Fire Brick. HEX triplet: BB, 22 and 12. RGB value is (187,34,18). Sum of RGB (Red+Green+Blue) = 187+34+18=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB2212 is #44DDED. Grayscale: #4E4E4E. Windows color (decimal): -4513262 or 1188539. OLE color: 1188539.
HSL color Cylindrical-coordinate representation of color #BB2212: hue angle of 5.68º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB2212 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 34 | 18 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.27 |
| HSL | 5.68º | 0.82% | 0.4% | - |
| HSV(B) | 5.68º | 0.9% | 0.73% | - |
| XYZ | 21.17 | 11.75 | 1.72 | - |
| YUV | 77.92 | 94.19 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 34 | 18 | 0 | 0.82 | 0.90 | 0.27 | 5.68 | 0.82 | 0.4 |
| Hex | BB | 22 | 12 | 0 | 52 | 5A | 1B | 6 | 52 | 28 |
| Octal | 273 | 42 | 22 | 0 | 122 | 132 | 33 | 6 | 122 | 50 |
| Binary | 10111011 | 100010 | 10010 | 0 | 1010010 | 1011010 | 11011 | 110 | 1010010 | 101000 |
Color Harmonies of #BB2212
Complementary color
Monochromatic Colors of #BB2212
Black with #BB2212
Text Example
Text Example
White with #BB2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2212; }
p { color: rgb(187,34,18); }
H1.HeaderClassName
{
color: #BB2212;
}
.AnyTagClassName
{
color: #BB2212;
}
</style>
background-color css
<style>
a { background-color: #BB2212; }
a { background-color: rgb(187,34,18); }
div.DivClassName
{
background-color: #BB2212;
}
.BgClassName
{
background-color: #BB2212;
}
</style>
border-color css
<style>
span { border-color: #BB2212; }
span { border-color: rgb(187,34,18); }
td.TdClassName
{
border-color: #BB2212;
}
.TagClassName
{
border-color: #BB2212;
}
</style>