Shades of Fire Engine Red #BB1920
Tints of Fire Engine Red #BB1920
RGB
CMYK
RGB Variations
Color information
#BB1920 (or 0xBB1920) is known color: Fire Engine Red. HEX triplet: BB, 19 and 20. RGB value is (187,25,32). Sum of RGB (Red+Green+Blue) = 187+25+32=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1920 is #44E6DF. Grayscale: #4A4A4A. Windows color (decimal): -4515552 or 2103739. OLE color: 2103739.
HSL color Cylindrical-coordinate representation of color #BB1920: hue angle of 357.41º 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 #BB1920 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 25 | 32 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.27 |
| HSL | 357.41º | 0.76% | 0.42% | - |
| HSV(B) | 357.41º | 0.87% | 0.73% | - |
| XYZ | 21.1 | 11.36 | 2.45 | - |
| YUV | 74.24 | 104.17 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 32 | 0 | 0.87 | 0.83 | 0.27 | 357.41 | 0.76 | 0.42 |
| Hex | BB | 19 | 20 | 0 | 57 | 53 | 1B | 165 | 4C | 2A |
| Octal | 273 | 31 | 40 | 0 | 127 | 123 | 33 | 545 | 114 | 52 |
| Binary | 10111011 | 11001 | 100000 | 0 | 1010111 | 1010011 | 11011 | 101100101 | 1001100 | 101010 |
Color Harmonies of #BB1920
Complementary color
Monochromatic Colors of #BB1920
Black with #BB1920
Text Example
Text Example
White with #BB1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1920; }
p { color: rgb(187,25,32); }
H1.HeaderClassName
{
color: #BB1920;
}
.AnyTagClassName
{
color: #BB1920;
}
</style>
background-color css
<style>
a { background-color: #BB1920; }
a { background-color: rgb(187,25,32); }
div.DivClassName
{
background-color: #BB1920;
}
.BgClassName
{
background-color: #BB1920;
}
</style>
border-color css
<style>
span { border-color: #BB1920; }
span { border-color: rgb(187,25,32); }
td.TdClassName
{
border-color: #BB1920;
}
.TagClassName
{
border-color: #BB1920;
}
</style>