Shades of Fire Engine Red #BB1921
Tints of Fire Engine Red #BB1921
RGB
CMYK
RGB Variations
Color information
#BB1921 (or 0xBB1921) is known color: Fire Engine Red. HEX triplet: BB, 19 and 21. RGB value is (187,25,33). Sum of RGB (Red+Green+Blue) = 187+25+33=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 33 (13.28% from 255 or 13.47% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1921 is #44E6DE. Grayscale: #4A4A4A. Windows color (decimal): -4515551 or 2169275. OLE color: 2169275.
HSL color Cylindrical-coordinate representation of color #BB1921: hue angle of 357.04º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1921 is Cyan = 0, Magento = 0.87, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 33 | - |
| CMYK | 0 | 0.87 | 0.82 | 0.27 |
| HSL | 357.04º | 0.76% | 0.42% | - |
| HSV(B) | 357.04º | 0.87% | 0.73% | - |
| XYZ | 21.12 | 11.37 | 2.52 | - |
| YUV | 74.35 | 104.67 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 33 | 0 | 0.87 | 0.82 | 0.27 | 357.04 | 0.76 | 0.42 |
| Hex | BB | 19 | 21 | 0 | 57 | 52 | 1B | 165 | 4C | 2A |
| Octal | 273 | 31 | 41 | 0 | 127 | 122 | 33 | 545 | 114 | 52 |
| Binary | 10111011 | 11001 | 100001 | 0 | 1010111 | 1010010 | 11011 | 101100101 | 1001100 | 101010 |
Color Harmonies of #BB1921
Complementary color
Monochromatic Colors of #BB1921
Black with #BB1921
Text Example
Text Example
White with #BB1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1921; }
p { color: rgb(187,25,33); }
H1.HeaderClassName
{
color: #BB1921;
}
.AnyTagClassName
{
color: #BB1921;
}
</style>
background-color css
<style>
a { background-color: #BB1921; }
a { background-color: rgb(187,25,33); }
div.DivClassName
{
background-color: #BB1921;
}
.BgClassName
{
background-color: #BB1921;
}
</style>
border-color css
<style>
span { border-color: #BB1921; }
span { border-color: rgb(187,25,33); }
td.TdClassName
{
border-color: #BB1921;
}
.TagClassName
{
border-color: #BB1921;
}
</style>