Shades of Fire Engine Red #B62023
Tints of Fire Engine Red #B62023
RGB
CMYK
RGB Variations
Color information
#B62023 (or 0xB62023) is known color: Fire Engine Red. HEX triplet: B6, 20 and 23. RGB value is (182,32,35). Sum of RGB (Red+Green+Blue) = 182+32+35=249 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.09% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 182 - color contains mainly: red. Hex color #B62023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62023 is #49DFDC. Grayscale: #4D4D4D. Windows color (decimal): -4841437 or 2302134. OLE color: 2302134.
HSL color Cylindrical-coordinate representation of color #B62023: hue angle of 358.8º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62023 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 32 | 35 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.29 |
| HSL | 358.8º | 0.7% | 0.42% | - |
| HSV(B) | 358.8º | 0.82% | 0.71% | - |
| XYZ | 20.11 | 11.1 | 2.67 | - |
| YUV | 77.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 32 | 35 | 0 | 0.82 | 0.81 | 0.29 | 358.8 | 0.7 | 0.42 |
| Hex | B6 | 20 | 23 | 0 | 52 | 51 | 1D | 167 | 46 | 2A |
| Octal | 266 | 40 | 43 | 0 | 122 | 121 | 35 | 547 | 106 | 52 |
| Binary | 10110110 | 100000 | 100011 | 0 | 1010010 | 1010001 | 11101 | 101100111 | 1000110 | 101010 |
Color Harmonies of #B62023
Complementary color
Monochromatic Colors of #B62023
Black with #B62023
Text Example
Text Example
White with #B62023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62023; }
p { color: rgb(182,32,35); }
H1.HeaderClassName
{
color: #B62023;
}
.AnyTagClassName
{
color: #B62023;
}
</style>
background-color css
<style>
a { background-color: #B62023; }
a { background-color: rgb(182,32,35); }
div.DivClassName
{
background-color: #B62023;
}
.BgClassName
{
background-color: #B62023;
}
</style>
border-color css
<style>
span { border-color: #B62023; }
span { border-color: rgb(182,32,35); }
td.TdClassName
{
border-color: #B62023;
}
.TagClassName
{
border-color: #B62023;
}
</style>