Shades of Venetian Red #BE0616
Tints of Venetian Red #BE0616
RGB
CMYK
RGB Variations
Color information
#BE0616 (or 0xBE0616) is known color: Venetian Red. HEX triplet: BE, 06 and 16. RGB value is (190,6,22). Sum of RGB (Red+Green+Blue) = 190+6+22=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0616 is #41F9E9. Grayscale: #3E3E3E. Windows color (decimal): -4323818 or 1443518. OLE color: 1443518.
HSL color Cylindrical-coordinate representation of color #BE0616: hue angle of 354.78º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0616 is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 22 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.25 |
| HSL | 354.78º | 0.94% | 0.38% | - |
| HSV(B) | 354.78º | 0.97% | 0.75% | - |
| XYZ | 21.45 | 11.14 | 1.78 | - |
| YUV | 62.84 | 104.96 | 218.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 22 | 0 | 0.97 | 0.88 | 0.25 | 354.78 | 0.94 | 0.38 |
| Hex | BE | 6 | 16 | 0 | 61 | 58 | 19 | 163 | 5E | 26 |
| Octal | 276 | 6 | 26 | 0 | 141 | 130 | 31 | 543 | 136 | 46 |
| Binary | 10111110 | 110 | 10110 | 0 | 1100001 | 1011000 | 11001 | 101100011 | 1011110 | 100110 |
Color Harmonies of #BE0616
Complementary color
Monochromatic Colors of #BE0616
Black with #BE0616
Text Example
Text Example
White with #BE0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0616; }
p { color: rgb(190,6,22); }
H1.HeaderClassName
{
color: #BE0616;
}
.AnyTagClassName
{
color: #BE0616;
}
</style>
background-color css
<style>
a { background-color: #BE0616; }
a { background-color: rgb(190,6,22); }
div.DivClassName
{
background-color: #BE0616;
}
.BgClassName
{
background-color: #BE0616;
}
</style>
border-color css
<style>
span { border-color: #BE0616; }
span { border-color: rgb(190,6,22); }
td.TdClassName
{
border-color: #BE0616;
}
.TagClassName
{
border-color: #BE0616;
}
</style>