Shades of Fire Engine Red #BB171E
Tints of Fire Engine Red #BB171E
RGB
CMYK
RGB Variations
Color information
#BB171E (or 0xBB171E) is known color: Fire Engine Red. HEX triplet: BB, 17 and 1E. RGB value is (187,23,30). Sum of RGB (Red+Green+Blue) = 187+23+30=240 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.92% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 187 - color contains mainly: red. Hex color #BB171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB171E is #44E8E1. Grayscale: #484848. Windows color (decimal): -4516066 or 1972155. OLE color: 1972155.
HSL color Cylindrical-coordinate representation of color #BB171E: hue angle of 357.44º degrees, saturation: 0.78, 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 #BB171E is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 23 | 30 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.27 |
| HSL | 357.44º | 0.78% | 0.41% | - |
| HSV(B) | 357.44º | 0.88% | 0.73% | - |
| XYZ | 21.03 | 11.27 | 2.3 | - |
| YUV | 72.83 | 103.83 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 30 | 0 | 0.88 | 0.84 | 0.27 | 357.44 | 0.78 | 0.41 |
| Hex | BB | 17 | 1E | 0 | 58 | 54 | 1B | 165 | 4E | 29 |
| Octal | 273 | 27 | 36 | 0 | 130 | 124 | 33 | 545 | 116 | 51 |
| Binary | 10111011 | 10111 | 11110 | 0 | 1011000 | 1010100 | 11011 | 101100101 | 1001110 | 101001 |
Color Harmonies of #BB171E
Complementary color
Monochromatic Colors of #BB171E
Black with #BB171E
Text Example
Text Example
White with #BB171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB171E; }
p { color: rgb(187,23,30); }
H1.HeaderClassName
{
color: #BB171E;
}
.AnyTagClassName
{
color: #BB171E;
}
</style>
background-color css
<style>
a { background-color: #BB171E; }
a { background-color: rgb(187,23,30); }
div.DivClassName
{
background-color: #BB171E;
}
.BgClassName
{
background-color: #BB171E;
}
</style>
border-color css
<style>
span { border-color: #BB171E; }
span { border-color: rgb(187,23,30); }
td.TdClassName
{
border-color: #BB171E;
}
.TagClassName
{
border-color: #BB171E;
}
</style>