Shades of Fire Engine Red #BB151C
Tints of Fire Engine Red #BB151C
RGB
CMYK
RGB Variations
Color information
#BB151C (or 0xBB151C) is known color: Fire Engine Red. HEX triplet: BB, 15 and 1C. RGB value is (187,21,28). Sum of RGB (Red+Green+Blue) = 187+21+28=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB151C is #44EAE3. Grayscale: #474747. Windows color (decimal): -4516580 or 1840571. OLE color: 1840571.
HSL color Cylindrical-coordinate representation of color #BB151C: hue angle of 357.47º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB151C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 28 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.27 |
| HSL | 357.47º | 0.8% | 0.41% | - |
| HSV(B) | 357.47º | 0.89% | 0.73% | - |
| XYZ | 20.97 | 11.18 | 2.15 | - |
| YUV | 71.43 | 103.5 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 28 | 0 | 0.89 | 0.85 | 0.27 | 357.47 | 0.8 | 0.41 |
| Hex | BB | 15 | 1C | 0 | 59 | 55 | 1B | 165 | 50 | 29 |
| Octal | 273 | 25 | 34 | 0 | 131 | 125 | 33 | 545 | 120 | 51 |
| Binary | 10111011 | 10101 | 11100 | 0 | 1011001 | 1010101 | 11011 | 101100101 | 1010000 | 101001 |
Color Harmonies of #BB151C
Complementary color
Monochromatic Colors of #BB151C
Black with #BB151C
Text Example
Text Example
White with #BB151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB151C; }
p { color: rgb(187,21,28); }
H1.HeaderClassName
{
color: #BB151C;
}
.AnyTagClassName
{
color: #BB151C;
}
</style>
background-color css
<style>
a { background-color: #BB151C; }
a { background-color: rgb(187,21,28); }
div.DivClassName
{
background-color: #BB151C;
}
.BgClassName
{
background-color: #BB151C;
}
</style>
border-color css
<style>
span { border-color: #BB151C; }
span { border-color: rgb(187,21,28); }
td.TdClassName
{
border-color: #BB151C;
}
.TagClassName
{
border-color: #BB151C;
}
</style>