Shades of Fire Engine Red #BB161A
Tints of Fire Engine Red #BB161A
RGB
CMYK
RGB Variations
Color information
#BB161A (or 0xBB161A) is known color: Fire Engine Red. HEX triplet: BB, 16 and 1A. RGB value is (187,22,26). Sum of RGB (Red+Green+Blue) = 187+22+26=235 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.57% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 187 - color contains mainly: red. Hex color #BB161A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB161A is #44E9E5. Grayscale: #474747. Windows color (decimal): -4516326 or 1709755. OLE color: 1709755.
HSL color Cylindrical-coordinate representation of color #BB161A: hue angle of 358.55º 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 #BB161A is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 22 | 26 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.27 |
| HSL | 358.55º | 0.79% | 0.41% | - |
| HSV(B) | 358.55º | 0.88% | 0.73% | - |
| XYZ | 20.97 | 11.21 | 2.04 | - |
| YUV | 71.79 | 102.16 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 26 | 0 | 0.88 | 0.86 | 0.27 | 358.55 | 0.79 | 0.41 |
| Hex | BB | 16 | 1A | 0 | 58 | 56 | 1B | 167 | 4F | 29 |
| Octal | 273 | 26 | 32 | 0 | 130 | 126 | 33 | 547 | 117 | 51 |
| Binary | 10111011 | 10110 | 11010 | 0 | 1011000 | 1010110 | 11011 | 101100111 | 1001111 | 101001 |
Color Harmonies of #BB161A
Complementary color
Monochromatic Colors of #BB161A
Black with #BB161A
Text Example
Text Example
White with #BB161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB161A; }
p { color: rgb(187,22,26); }
H1.HeaderClassName
{
color: #BB161A;
}
.AnyTagClassName
{
color: #BB161A;
}
</style>
background-color css
<style>
a { background-color: #BB161A; }
a { background-color: rgb(187,22,26); }
div.DivClassName
{
background-color: #BB161A;
}
.BgClassName
{
background-color: #BB161A;
}
</style>
border-color css
<style>
span { border-color: #BB161A; }
span { border-color: rgb(187,22,26); }
td.TdClassName
{
border-color: #BB161A;
}
.TagClassName
{
border-color: #BB161A;
}
</style>