Shades of Fire Engine Red #BE0A2B
Tints of Fire Engine Red #BE0A2B
RGB
CMYK
RGB Variations
Color information
#BE0A2B (or 0xBE0A2B) is known color: Fire Engine Red. HEX triplet: BE, 0A and 2B. RGB value is (190,10,43). Sum of RGB (Red+Green+Blue) = 190+10+43=243 (32% of max value = 765). Red value is 190 (74.61% from 255 or 78.19% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A2B is #41F5D4. Grayscale: #434343. Windows color (decimal): -4322773 or 2820798. OLE color: 2820798.
HSL color Cylindrical-coordinate representation of color #BE0A2B: hue angle of 349º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.25 |
| HSL | 349º | 0.9% | 0.39% | - |
| HSV(B) | 349º | 0.95% | 0.75% | - |
| XYZ | 21.78 | 11.34 | 3.33 | - |
| YUV | 67.58 | 114.13 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 43 | 0 | 0.95 | 0.77 | 0.25 | 349 | 0.9 | 0.39 |
| Hex | BE | A | 2B | 0 | 5F | 4D | 19 | 15D | 5A | 27 |
| Octal | 276 | 12 | 53 | 0 | 137 | 115 | 31 | 535 | 132 | 47 |
| Binary | 10111110 | 1010 | 101011 | 0 | 1011111 | 1001101 | 11001 | 101011101 | 1011010 | 100111 |
Color Harmonies of #BE0A2B
Complementary color
Monochromatic Colors of #BE0A2B
Black with #BE0A2B
Text Example
Text Example
White with #BE0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0A2B; }
p { color: rgb(190,10,43); }
H1.HeaderClassName
{
color: #BE0A2B;
}
.AnyTagClassName
{
color: #BE0A2B;
}
</style>
background-color css
<style>
a { background-color: #BE0A2B; }
a { background-color: rgb(190,10,43); }
div.DivClassName
{
background-color: #BE0A2B;
}
.BgClassName
{
background-color: #BE0A2B;
}
</style>
border-color css
<style>
span { border-color: #BE0A2B; }
span { border-color: rgb(190,10,43); }
td.TdClassName
{
border-color: #BE0A2B;
}
.TagClassName
{
border-color: #BE0A2B;
}
</style>