Shades of Fire Engine Red #BB151D
Tints of Fire Engine Red #BB151D
RGB
CMYK
RGB Variations
Color information
#BB151D (or 0xBB151D) is known color: Fire Engine Red. HEX triplet: BB, 15 and 1D. RGB value is (187,21,29). Sum of RGB (Red+Green+Blue) = 187+21+29=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB151D is #44EAE2. Grayscale: #474747. Windows color (decimal): -4516579 or 1906107. OLE color: 1906107.
HSL color Cylindrical-coordinate representation of color #BB151D: hue angle of 357.11º 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 #BB151D is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 21 | 29 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.27 |
| HSL | 357.11º | 0.8% | 0.41% | - |
| HSV(B) | 357.11º | 0.89% | 0.73% | - |
| XYZ | 20.98 | 11.19 | 2.22 | - |
| YUV | 71.55 | 104 | 210.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 21 | 29 | 0 | 0.89 | 0.84 | 0.27 | 357.11 | 0.8 | 0.41 |
| Hex | BB | 15 | 1D | 0 | 59 | 54 | 1B | 165 | 50 | 29 |
| Octal | 273 | 25 | 35 | 0 | 131 | 124 | 33 | 545 | 120 | 51 |
| Binary | 10111011 | 10101 | 11101 | 0 | 1011001 | 1010100 | 11011 | 101100101 | 1010000 | 101001 |
Color Harmonies of #BB151D
Complementary color
Monochromatic Colors of #BB151D
Black with #BB151D
Text Example
Text Example
White with #BB151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB151D; }
p { color: rgb(187,21,29); }
H1.HeaderClassName
{
color: #BB151D;
}
.AnyTagClassName
{
color: #BB151D;
}
</style>
background-color css
<style>
a { background-color: #BB151D; }
a { background-color: rgb(187,21,29); }
div.DivClassName
{
background-color: #BB151D;
}
.BgClassName
{
background-color: #BB151D;
}
</style>
border-color css
<style>
span { border-color: #BB151D; }
span { border-color: rgb(187,21,29); }
td.TdClassName
{
border-color: #BB151D;
}
.TagClassName
{
border-color: #BB151D;
}
</style>