Shades of Venetian Red #BE0219
Tints of Venetian Red #BE0219
RGB
CMYK
RGB Variations
Color information
#BE0219 (or 0xBE0219) is known color: Venetian Red. HEX triplet: BE, 02 and 19. RGB value is (190,2,25). Sum of RGB (Red+Green+Blue) = 190+2+25=217 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.56% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0219 is #41FDE6. Grayscale: #3C3C3C. Windows color (decimal): -4324839 or 1639102. OLE color: 1639102.
HSL color Cylindrical-coordinate representation of color #BE0219: hue angle of 352.66º 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 #BE0219 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.25 |
| HSL | 352.66º | 0.98% | 0.38% | - |
| HSV(B) | 352.66º | 0.99% | 0.75% | - |
| XYZ | 21.43 | 11.06 | 1.93 | - |
| YUV | 60.83 | 107.78 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 25 | 0 | 0.99 | 0.87 | 0.25 | 352.66 | 0.98 | 0.38 |
| Hex | BE | 2 | 19 | 0 | 63 | 57 | 19 | 161 | 62 | 26 |
| Octal | 276 | 2 | 31 | 0 | 143 | 127 | 31 | 541 | 142 | 46 |
| Binary | 10111110 | 10 | 11001 | 0 | 1100011 | 1010111 | 11001 | 101100001 | 1100010 | 100110 |
Color Harmonies of #BE0219
Complementary color
Monochromatic Colors of #BE0219
Black with #BE0219
Text Example
Text Example
White with #BE0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0219; }
p { color: rgb(190,2,25); }
H1.HeaderClassName
{
color: #BE0219;
}
.AnyTagClassName
{
color: #BE0219;
}
</style>
background-color css
<style>
a { background-color: #BE0219; }
a { background-color: rgb(190,2,25); }
div.DivClassName
{
background-color: #BE0219;
}
.BgClassName
{
background-color: #BE0219;
}
</style>
border-color css
<style>
span { border-color: #BE0219; }
span { border-color: rgb(190,2,25); }
td.TdClassName
{
border-color: #BE0219;
}
.TagClassName
{
border-color: #BE0219;
}
</style>