Shades of Venetian Red #BE0229
Tints of Venetian Red #BE0229
RGB
CMYK
RGB Variations
Color information
#BE0229 (or 0xBE0229) is known color: Venetian Red. HEX triplet: BE, 02 and 29. RGB value is (190,2,41). Sum of RGB (Red+Green+Blue) = 190+2+41=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 41 (16.41% from 255 or 17.60% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0229 is #41FDD6. Grayscale: #3E3E3E. Windows color (decimal): -4324823 or 2687678. OLE color: 2687678.
HSL color Cylindrical-coordinate representation of color #BE0229: hue angle of 347.55º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0229 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 41 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.25 |
| HSL | 347.55º | 0.98% | 0.38% | - |
| HSV(B) | 347.55º | 0.99% | 0.75% | - |
| XYZ | 21.66 | 11.15 | 3.11 | - |
| YUV | 62.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 41 | 0 | 0.99 | 0.78 | 0.25 | 347.55 | 0.98 | 0.38 |
| Hex | BE | 2 | 29 | 0 | 63 | 4E | 19 | 15C | 62 | 26 |
| Octal | 276 | 2 | 51 | 0 | 143 | 116 | 31 | 534 | 142 | 46 |
| Binary | 10111110 | 10 | 101001 | 0 | 1100011 | 1001110 | 11001 | 101011100 | 1100010 | 100110 |
Color Harmonies of #BE0229
Complementary color
Monochromatic Colors of #BE0229
Black with #BE0229
Text Example
Text Example
White with #BE0229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0229; }
p { color: rgb(190,2,41); }
H1.HeaderClassName
{
color: #BE0229;
}
.AnyTagClassName
{
color: #BE0229;
}
</style>
background-color css
<style>
a { background-color: #BE0229; }
a { background-color: rgb(190,2,41); }
div.DivClassName
{
background-color: #BE0229;
}
.BgClassName
{
background-color: #BE0229;
}
</style>
border-color css
<style>
span { border-color: #BE0229; }
span { border-color: rgb(190,2,41); }
td.TdClassName
{
border-color: #BE0229;
}
.TagClassName
{
border-color: #BE0229;
}
</style>