Shades of Fire Engine Red #B91C22
Tints of Fire Engine Red #B91C22
RGB
CMYK
RGB Variations
Color information
#B91C22 (or 0xB91C22) is known color: Fire Engine Red. HEX triplet: B9, 1C and 22. RGB value is (185,28,34). Sum of RGB (Red+Green+Blue) = 185+28+34=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91C22 is #46E3DD. Grayscale: #4B4B4B. Windows color (decimal): -4645854 or 2235577. OLE color: 2235577.
HSL color Cylindrical-coordinate representation of color #B91C22: hue angle of 357.71º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C22 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 34 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.27 |
| HSL | 357.71º | 0.74% | 0.42% | - |
| HSV(B) | 357.71º | 0.85% | 0.73% | - |
| XYZ | 20.71 | 11.26 | 2.6 | - |
| YUV | 75.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 34 | 0 | 0.85 | 0.82 | 0.27 | 357.71 | 0.74 | 0.42 |
| Hex | B9 | 1C | 22 | 0 | 55 | 52 | 1B | 166 | 4A | 2A |
| Octal | 271 | 34 | 42 | 0 | 125 | 122 | 33 | 546 | 112 | 52 |
| Binary | 10111001 | 11100 | 100010 | 0 | 1010101 | 1010010 | 11011 | 101100110 | 1001010 | 101010 |
Color Harmonies of #B91C22
Complementary color
Monochromatic Colors of #B91C22
Black with #B91C22
Text Example
Text Example
White with #B91C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C22; }
p { color: rgb(185,28,34); }
H1.HeaderClassName
{
color: #B91C22;
}
.AnyTagClassName
{
color: #B91C22;
}
</style>
background-color css
<style>
a { background-color: #B91C22; }
a { background-color: rgb(185,28,34); }
div.DivClassName
{
background-color: #B91C22;
}
.BgClassName
{
background-color: #B91C22;
}
</style>
border-color css
<style>
span { border-color: #B91C22; }
span { border-color: rgb(185,28,34); }
td.TdClassName
{
border-color: #B91C22;
}
.TagClassName
{
border-color: #B91C22;
}
</style>