Shades of Venetian Red #BE0610
Tints of Venetian Red #BE0610
RGB
CMYK
RGB Variations
Color information
#BE0610 (or 0xBE0610) is known color: Venetian Red. HEX triplet: BE, 06 and 10. RGB value is (190,6,16). Sum of RGB (Red+Green+Blue) = 190+6+16=212 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.62% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0610 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0610 is #41F9EF. Grayscale: #3E3E3E. Windows color (decimal): -4323824 or 1050302. OLE color: 1050302.
HSL color Cylindrical-coordinate representation of color #BE0610: hue angle of 356.74º 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 #BE0610 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 16 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.25 |
| HSL | 356.74º | 0.94% | 0.38% | - |
| HSV(B) | 356.74º | 0.97% | 0.75% | - |
| XYZ | 21.39 | 11.11 | 1.51 | - |
| YUV | 62.16 | 101.96 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 16 | 0 | 0.97 | 0.92 | 0.25 | 356.74 | 0.94 | 0.38 |
| Hex | BE | 6 | 10 | 0 | 61 | 5C | 19 | 165 | 5E | 26 |
| Octal | 276 | 6 | 20 | 0 | 141 | 134 | 31 | 545 | 136 | 46 |
| Binary | 10111110 | 110 | 10000 | 0 | 1100001 | 1011100 | 11001 | 101100101 | 1011110 | 100110 |
Color Harmonies of #BE0610
Complementary color
Monochromatic Colors of #BE0610
Black with #BE0610
Text Example
Text Example
White with #BE0610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0610; }
p { color: rgb(190,6,16); }
H1.HeaderClassName
{
color: #BE0610;
}
.AnyTagClassName
{
color: #BE0610;
}
</style>
background-color css
<style>
a { background-color: #BE0610; }
a { background-color: rgb(190,6,16); }
div.DivClassName
{
background-color: #BE0610;
}
.BgClassName
{
background-color: #BE0610;
}
</style>
border-color css
<style>
span { border-color: #BE0610; }
span { border-color: rgb(190,6,16); }
td.TdClassName
{
border-color: #BE0610;
}
.TagClassName
{
border-color: #BE0610;
}
</style>