Shades of Fire Engine Red #BB2023
Tints of Fire Engine Red #BB2023
RGB
CMYK
RGB Variations
Color information
#BB2023 (or 0xBB2023) is known color: Fire Engine Red. HEX triplet: BB, 20 and 23. RGB value is (187,32,35). Sum of RGB (Red+Green+Blue) = 187+32+35=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2023 is #44DFDC. Grayscale: #4E4E4E. Windows color (decimal): -4513757 or 2302139. OLE color: 2302139.
HSL color Cylindrical-coordinate representation of color #BB2023: hue angle of 358.84º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2023 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 32 | 35 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.27 |
| HSL | 358.84º | 0.71% | 0.43% | - |
| HSV(B) | 358.84º | 0.83% | 0.73% | - |
| XYZ | 21.31 | 11.72 | 2.73 | - |
| YUV | 78.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 32 | 35 | 0 | 0.83 | 0.81 | 0.27 | 358.84 | 0.71 | 0.43 |
| Hex | BB | 20 | 23 | 0 | 53 | 51 | 1B | 167 | 47 | 2B |
| Octal | 273 | 40 | 43 | 0 | 123 | 121 | 33 | 547 | 107 | 53 |
| Binary | 10111011 | 100000 | 100011 | 0 | 1010011 | 1010001 | 11011 | 101100111 | 1000111 | 101011 |
Color Harmonies of #BB2023
Complementary color
Monochromatic Colors of #BB2023
Black with #BB2023
Text Example
Text Example
White with #BB2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB2023; }
p { color: rgb(187,32,35); }
H1.HeaderClassName
{
color: #BB2023;
}
.AnyTagClassName
{
color: #BB2023;
}
</style>
background-color css
<style>
a { background-color: #BB2023; }
a { background-color: rgb(187,32,35); }
div.DivClassName
{
background-color: #BB2023;
}
.BgClassName
{
background-color: #BB2023;
}
</style>
border-color css
<style>
span { border-color: #BB2023; }
span { border-color: rgb(187,32,35); }
td.TdClassName
{
border-color: #BB2023;
}
.TagClassName
{
border-color: #BB2023;
}
</style>