Shades of Fire Engine Red #BE0B2B
Tints of Fire Engine Red #BE0B2B
RGB
CMYK
RGB Variations
Color information
#BE0B2B (or 0xBE0B2B) is known color: Fire Engine Red. HEX triplet: BE, 0B and 2B. RGB value is (190,11,43). Sum of RGB (Red+Green+Blue) = 190+11+43=244 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.87% from 244); Green value is 11 (4.69% from 255 or 4.51% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B2B is #41F4D4. Grayscale: #444444. Windows color (decimal): -4322517 or 2821054. OLE color: 2821054.
HSL color Cylindrical-coordinate representation of color #BE0B2B: hue angle of 349.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B2B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 43 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.25 |
| HSL | 349.27º | 0.89% | 0.39% | - |
| HSV(B) | 349.27º | 0.94% | 0.75% | - |
| XYZ | 21.79 | 11.36 | 3.33 | - |
| YUV | 68.17 | 113.8 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 43 | 0 | 0.94 | 0.77 | 0.25 | 349.27 | 0.89 | 0.39 |
| Hex | BE | B | 2B | 0 | 5E | 4D | 19 | 15D | 59 | 27 |
| Octal | 276 | 13 | 53 | 0 | 136 | 115 | 31 | 535 | 131 | 47 |
| Binary | 10111110 | 1011 | 101011 | 0 | 1011110 | 1001101 | 11001 | 101011101 | 1011001 | 100111 |
Color Harmonies of #BE0B2B
Complementary color
Monochromatic Colors of #BE0B2B
Black with #BE0B2B
Text Example
Text Example
White with #BE0B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B2B; }
p { color: rgb(190,11,43); }
H1.HeaderClassName
{
color: #BE0B2B;
}
.AnyTagClassName
{
color: #BE0B2B;
}
</style>
background-color css
<style>
a { background-color: #BE0B2B; }
a { background-color: rgb(190,11,43); }
div.DivClassName
{
background-color: #BE0B2B;
}
.BgClassName
{
background-color: #BE0B2B;
}
</style>
border-color css
<style>
span { border-color: #BE0B2B; }
span { border-color: rgb(190,11,43); }
td.TdClassName
{
border-color: #BE0B2B;
}
.TagClassName
{
border-color: #BE0B2B;
}
</style>