Shades of Fire Engine Red #BB2022
Tints of Fire Engine Red #BB2022
RGB
CMYK
RGB Variations
Color information
#BB2022 (or 0xBB2022) is known color: Fire Engine Red. HEX triplet: BB, 20 and 22. RGB value is (187,32,34). Sum of RGB (Red+Green+Blue) = 187+32+34=253 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.91% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 34 (13.67% from 255 or 13.44% from 253); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2022 is #44DFDD. Grayscale: #4E4E4E. Windows color (decimal): -4513758 or 2236603. OLE color: 2236603.
HSL color Cylindrical-coordinate representation of color #BB2022: hue angle of 359.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2022 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 34 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.27 |
| HSL | 359.23º | 0.71% | 0.43% | - |
| HSV(B) | 359.23º | 0.83% | 0.73% | - |
| XYZ | 21.3 | 11.71 | 2.65 | - |
| YUV | 78.57 | 102.85 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 34 | 0 | 0.83 | 0.82 | 0.27 | 359.23 | 0.71 | 0.43 |
| Hex | BB | 20 | 22 | 0 | 53 | 52 | 1B | 167 | 47 | 2B |
| Octal | 273 | 40 | 42 | 0 | 123 | 122 | 33 | 547 | 107 | 53 |
| Binary | 10111011 | 100000 | 100010 | 0 | 1010011 | 1010010 | 11011 | 101100111 | 1000111 | 101011 |
Color Harmonies of #BB2022
Complementary color
Monochromatic Colors of #BB2022
Black with #BB2022
Text Example
Text Example
White with #BB2022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2022; }
p { color: rgb(187,32,34); }
H1.HeaderClassName
{
color: #BB2022;
}
.AnyTagClassName
{
color: #BB2022;
}
</style>
background-color css
<style>
a { background-color: #BB2022; }
a { background-color: rgb(187,32,34); }
div.DivClassName
{
background-color: #BB2022;
}
.BgClassName
{
background-color: #BB2022;
}
</style>
border-color css
<style>
span { border-color: #BB2022; }
span { border-color: rgb(187,32,34); }
td.TdClassName
{
border-color: #BB2022;
}
.TagClassName
{
border-color: #BB2022;
}
</style>