Shades of Cardinal #BE0A2F
Tints of Cardinal #BE0A2F
RGB
CMYK
RGB Variations
Color information
#BE0A2F (or 0xBE0A2F) is known color: Cardinal. HEX triplet: BE, 0A and 2F. RGB value is (190,10,47). Sum of RGB (Red+Green+Blue) = 190+10+47=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A2F is #41F5D0. Grayscale: #444444. Windows color (decimal): -4322769 or 3082942. OLE color: 3082942.
HSL color Cylindrical-coordinate representation of color #BE0A2F: hue angle of 347.67º 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 #BE0A2F is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 47 | - |
| CMYK | 0 | 0.95 | 0.75 | 0.25 |
| HSL | 347.67º | 0.9% | 0.39% | - |
| HSV(B) | 347.67º | 0.95% | 0.75% | - |
| XYZ | 21.86 | 11.37 | 3.73 | - |
| YUV | 68.04 | 116.13 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 47 | 0 | 0.95 | 0.75 | 0.25 | 347.67 | 0.9 | 0.39 |
| Hex | BE | A | 2F | 0 | 5F | 4B | 19 | 15C | 5A | 27 |
| Octal | 276 | 12 | 57 | 0 | 137 | 113 | 31 | 534 | 132 | 47 |
| Binary | 10111110 | 1010 | 101111 | 0 | 1011111 | 1001011 | 11001 | 101011100 | 1011010 | 100111 |
Color Harmonies of #BE0A2F
Complementary color
Monochromatic Colors of #BE0A2F
Black with #BE0A2F
Text Example
Text Example
White with #BE0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0A2F; }
p { color: rgb(190,10,47); }
H1.HeaderClassName
{
color: #BE0A2F;
}
.AnyTagClassName
{
color: #BE0A2F;
}
</style>
background-color css
<style>
a { background-color: #BE0A2F; }
a { background-color: rgb(190,10,47); }
div.DivClassName
{
background-color: #BE0A2F;
}
.BgClassName
{
background-color: #BE0A2F;
}
</style>
border-color css
<style>
span { border-color: #BE0A2F; }
span { border-color: rgb(190,10,47); }
td.TdClassName
{
border-color: #BE0A2F;
}
.TagClassName
{
border-color: #BE0A2F;
}
</style>