Shades of Fire Engine Red #BB1222
Tints of Fire Engine Red #BB1222
RGB
CMYK
RGB Variations
Color information
#BB1222 (or 0xBB1222) is known color: Fire Engine Red. HEX triplet: BB, 12 and 22. RGB value is (187,18,34). Sum of RGB (Red+Green+Blue) = 187+18+34=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1222 is #44EDDD. Grayscale: #464646. Windows color (decimal): -4517342 or 2233019. OLE color: 2233019.
HSL color Cylindrical-coordinate representation of color #BB1222: hue angle of 354.32º 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 #BB1222 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 34 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.27 |
| HSL | 354.32º | 0.82% | 0.4% | - |
| HSV(B) | 354.32º | 0.9% | 0.73% | - |
| XYZ | 21 | 11.11 | 2.55 | - |
| YUV | 70.36 | 107.49 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 34 | 0 | 0.90 | 0.82 | 0.27 | 354.32 | 0.82 | 0.4 |
| Hex | BB | 12 | 22 | 0 | 5A | 52 | 1B | 162 | 52 | 28 |
| Octal | 273 | 22 | 42 | 0 | 132 | 122 | 33 | 542 | 122 | 50 |
| Binary | 10111011 | 10010 | 100010 | 0 | 1011010 | 1010010 | 11011 | 101100010 | 1010010 | 101000 |
Color Harmonies of #BB1222
Complementary color
Monochromatic Colors of #BB1222
Black with #BB1222
Text Example
Text Example
White with #BB1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1222; }
p { color: rgb(187,18,34); }
H1.HeaderClassName
{
color: #BB1222;
}
.AnyTagClassName
{
color: #BB1222;
}
</style>
background-color css
<style>
a { background-color: #BB1222; }
a { background-color: rgb(187,18,34); }
div.DivClassName
{
background-color: #BB1222;
}
.BgClassName
{
background-color: #BB1222;
}
</style>
border-color css
<style>
span { border-color: #BB1222; }
span { border-color: rgb(187,18,34); }
td.TdClassName
{
border-color: #BB1222;
}
.TagClassName
{
border-color: #BB1222;
}
</style>