Shades of Venetian Red #BE0420
Tints of Venetian Red #BE0420
RGB
CMYK
RGB Variations
Color information
#BE0420 (or 0xBE0420) is known color: Venetian Red. HEX triplet: BE, 04 and 20. RGB value is (190,4,32). Sum of RGB (Red+Green+Blue) = 190+4+32=226 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.07% from 226); Green value is 4 (1.95% from 255 or 1.77% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0420 is #41FBDF. Grayscale: #3E3E3E. Windows color (decimal): -4324320 or 2098366. OLE color: 2098366.
HSL color Cylindrical-coordinate representation of color #BE0420: hue angle of 350.97º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0420 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 32 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.25 |
| HSL | 350.97º | 0.96% | 0.38% | - |
| HSV(B) | 350.97º | 0.98% | 0.75% | - |
| XYZ | 21.54 | 11.14 | 2.38 | - |
| YUV | 62.81 | 110.62 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 32 | 0 | 0.98 | 0.83 | 0.25 | 350.97 | 0.96 | 0.38 |
| Hex | BE | 4 | 20 | 0 | 62 | 53 | 19 | 15F | 60 | 26 |
| Octal | 276 | 4 | 40 | 0 | 142 | 123 | 31 | 537 | 140 | 46 |
| Binary | 10111110 | 100 | 100000 | 0 | 1100010 | 1010011 | 11001 | 101011111 | 1100000 | 100110 |
Color Harmonies of #BE0420
Complementary color
Monochromatic Colors of #BE0420
Black with #BE0420
Text Example
Text Example
White with #BE0420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0420; }
p { color: rgb(190,4,32); }
H1.HeaderClassName
{
color: #BE0420;
}
.AnyTagClassName
{
color: #BE0420;
}
</style>
background-color css
<style>
a { background-color: #BE0420; }
a { background-color: rgb(190,4,32); }
div.DivClassName
{
background-color: #BE0420;
}
.BgClassName
{
background-color: #BE0420;
}
</style>
border-color css
<style>
span { border-color: #BE0420; }
span { border-color: rgb(190,4,32); }
td.TdClassName
{
border-color: #BE0420;
}
.TagClassName
{
border-color: #BE0420;
}
</style>