Shades of Fire Engine Red #BB1220
Tints of Fire Engine Red #BB1220
RGB
CMYK
RGB Variations
Color information
#BB1220 (or 0xBB1220) is known color: Fire Engine Red. HEX triplet: BB, 12 and 20. RGB value is (187,18,32). Sum of RGB (Red+Green+Blue) = 187+18+32=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1220 is #44EDDF. Grayscale: #464646. Windows color (decimal): -4517344 or 2101947. OLE color: 2101947.
HSL color Cylindrical-coordinate representation of color #BB1220: hue angle of 355.03º 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 #BB1220 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 18 | 32 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.27 |
| HSL | 355.03º | 0.82% | 0.4% | - |
| HSV(B) | 355.03º | 0.9% | 0.73% | - |
| XYZ | 20.97 | 11.1 | 2.4 | - |
| YUV | 70.13 | 106.49 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 18 | 32 | 0 | 0.90 | 0.83 | 0.27 | 355.03 | 0.82 | 0.4 |
| Hex | BB | 12 | 20 | 0 | 5A | 53 | 1B | 163 | 52 | 28 |
| Octal | 273 | 22 | 40 | 0 | 132 | 123 | 33 | 543 | 122 | 50 |
| Binary | 10111011 | 10010 | 100000 | 0 | 1011010 | 1010011 | 11011 | 101100011 | 1010010 | 101000 |
Color Harmonies of #BB1220
Complementary color
Monochromatic Colors of #BB1220
Black with #BB1220
Text Example
Text Example
White with #BB1220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1220; }
p { color: rgb(187,18,32); }
H1.HeaderClassName
{
color: #BB1220;
}
.AnyTagClassName
{
color: #BB1220;
}
</style>
background-color css
<style>
a { background-color: #BB1220; }
a { background-color: rgb(187,18,32); }
div.DivClassName
{
background-color: #BB1220;
}
.BgClassName
{
background-color: #BB1220;
}
</style>
border-color css
<style>
span { border-color: #BB1220; }
span { border-color: rgb(187,18,32); }
td.TdClassName
{
border-color: #BB1220;
}
.TagClassName
{
border-color: #BB1220;
}
</style>