Shades of Venetian Red #BE0A20
Tints of Venetian Red #BE0A20
RGB
CMYK
RGB Variations
Color information
#BE0A20 (or 0xBE0A20) is known color: Venetian Red. HEX triplet: BE, 0A and 20. RGB value is (190,10,32). Sum of RGB (Red+Green+Blue) = 190+10+32=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0A20 is #41F5DF. Grayscale: #424242. Windows color (decimal): -4322784 or 2099902. OLE color: 2099902.
HSL color Cylindrical-coordinate representation of color #BE0A20: hue angle of 352.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 #BE0A20 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 10 | 32 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.25 |
| HSL | 352.67º | 0.9% | 0.39% | - |
| HSV(B) | 352.67º | 0.95% | 0.75% | - |
| XYZ | 21.6 | 11.27 | 2.4 | - |
| YUV | 66.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 10 | 32 | 0 | 0.95 | 0.83 | 0.25 | 352.67 | 0.9 | 0.39 |
| Hex | BE | A | 20 | 0 | 5F | 53 | 19 | 161 | 5A | 27 |
| Octal | 276 | 12 | 40 | 0 | 137 | 123 | 31 | 541 | 132 | 47 |
| Binary | 10111110 | 1010 | 100000 | 0 | 1011111 | 1010011 | 11001 | 101100001 | 1011010 | 100111 |
Color Harmonies of #BE0A20
Complementary color
Monochromatic Colors of #BE0A20
Black with #BE0A20
Text Example
Text Example
White with #BE0A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0A20; }
p { color: rgb(190,10,32); }
H1.HeaderClassName
{
color: #BE0A20;
}
.AnyTagClassName
{
color: #BE0A20;
}
</style>
background-color css
<style>
a { background-color: #BE0A20; }
a { background-color: rgb(190,10,32); }
div.DivClassName
{
background-color: #BE0A20;
}
.BgClassName
{
background-color: #BE0A20;
}
</style>
border-color css
<style>
span { border-color: #BE0A20; }
span { border-color: rgb(190,10,32); }
td.TdClassName
{
border-color: #BE0A20;
}
.TagClassName
{
border-color: #BE0A20;
}
</style>