Shades of Fire Engine Red #BB1622
Tints of Fire Engine Red #BB1622
RGB
CMYK
RGB Variations
Color information
#BB1622 (or 0xBB1622) is known color: Fire Engine Red. HEX triplet: BB, 16 and 22. RGB value is (187,22,34). Sum of RGB (Red+Green+Blue) = 187+22+34=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1622 is #44E9DD. Grayscale: #484848. Windows color (decimal): -4516318 or 2234043. OLE color: 2234043.
HSL color Cylindrical-coordinate representation of color #BB1622: hue angle of 355.64º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1622 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 34 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.27 |
| HSL | 355.64º | 0.79% | 0.41% | - |
| HSV(B) | 355.64º | 0.88% | 0.73% | - |
| XYZ | 21.07 | 11.25 | 2.58 | - |
| YUV | 72.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 34 | 0 | 0.88 | 0.82 | 0.27 | 355.64 | 0.79 | 0.41 |
| Hex | BB | 16 | 22 | 0 | 58 | 52 | 1B | 164 | 4F | 29 |
| Octal | 273 | 26 | 42 | 0 | 130 | 122 | 33 | 544 | 117 | 51 |
| Binary | 10111011 | 10110 | 100010 | 0 | 1011000 | 1010010 | 11011 | 101100100 | 1001111 | 101001 |
Color Harmonies of #BB1622
Complementary color
Monochromatic Colors of #BB1622
Black with #BB1622
Text Example
Text Example
White with #BB1622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1622; }
p { color: rgb(187,22,34); }
H1.HeaderClassName
{
color: #BB1622;
}
.AnyTagClassName
{
color: #BB1622;
}
</style>
background-color css
<style>
a { background-color: #BB1622; }
a { background-color: rgb(187,22,34); }
div.DivClassName
{
background-color: #BB1622;
}
.BgClassName
{
background-color: #BB1622;
}
</style>
border-color css
<style>
span { border-color: #BB1622; }
span { border-color: rgb(187,22,34); }
td.TdClassName
{
border-color: #BB1622;
}
.TagClassName
{
border-color: #BB1622;
}
</style>