Shades of Fire Engine Red #B82023
Tints of Fire Engine Red #B82023
RGB
CMYK
RGB Variations
Color information
#B82023 (or 0xB82023) is known color: Fire Engine Red. HEX triplet: B8, 20 and 23. RGB value is (184,32,35). Sum of RGB (Red+Green+Blue) = 184+32+35=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B82023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82023 is #47DFDC. Grayscale: #4D4D4D. Windows color (decimal): -4710365 or 2302136. OLE color: 2302136.
HSL color Cylindrical-coordinate representation of color #B82023: hue angle of 358.82º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B82023 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 32 | 35 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.28 |
| HSL | 358.82º | 0.7% | 0.42% | - |
| HSV(B) | 358.82º | 0.83% | 0.72% | - |
| XYZ | 20.59 | 11.34 | 2.69 | - |
| YUV | 77.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 32 | 35 | 0 | 0.83 | 0.81 | 0.28 | 358.82 | 0.7 | 0.42 |
| Hex | B8 | 20 | 23 | 0 | 53 | 51 | 1C | 167 | 46 | 2A |
| Octal | 270 | 40 | 43 | 0 | 123 | 121 | 34 | 547 | 106 | 52 |
| Binary | 10111000 | 100000 | 100011 | 0 | 1010011 | 1010001 | 11100 | 101100111 | 1000110 | 101010 |
Color Harmonies of #B82023
Complementary color
Monochromatic Colors of #B82023
Black with #B82023
Text Example
Text Example
White with #B82023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82023; }
p { color: rgb(184,32,35); }
H1.HeaderClassName
{
color: #B82023;
}
.AnyTagClassName
{
color: #B82023;
}
</style>
background-color css
<style>
a { background-color: #B82023; }
a { background-color: rgb(184,32,35); }
div.DivClassName
{
background-color: #B82023;
}
.BgClassName
{
background-color: #B82023;
}
</style>
border-color css
<style>
span { border-color: #B82023; }
span { border-color: rgb(184,32,35); }
td.TdClassName
{
border-color: #B82023;
}
.TagClassName
{
border-color: #B82023;
}
</style>