Shades of Venetian Red #BE0716
Tints of Venetian Red #BE0716
RGB
CMYK
RGB Variations
Color information
#BE0716 (or 0xBE0716) is known color: Venetian Red. HEX triplet: BE, 07 and 16. RGB value is (190,7,22). Sum of RGB (Red+Green+Blue) = 190+7+22=219 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.76% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0716 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0716 is #41F8E9. Grayscale: #3F3F3F. Windows color (decimal): -4323562 or 1443774. OLE color: 1443774.
HSL color Cylindrical-coordinate representation of color #BE0716: hue angle of 355.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0716 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 22 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.25 |
| HSL | 355.08º | 0.93% | 0.39% | - |
| HSV(B) | 355.08º | 0.96% | 0.75% | - |
| XYZ | 21.46 | 11.16 | 1.78 | - |
| YUV | 63.43 | 104.63 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 22 | 0 | 0.96 | 0.88 | 0.25 | 355.08 | 0.93 | 0.39 |
| Hex | BE | 7 | 16 | 0 | 60 | 58 | 19 | 163 | 5D | 27 |
| Octal | 276 | 7 | 26 | 0 | 140 | 130 | 31 | 543 | 135 | 47 |
| Binary | 10111110 | 111 | 10110 | 0 | 1100000 | 1011000 | 11001 | 101100011 | 1011101 | 100111 |
Color Harmonies of #BE0716
Complementary color
Monochromatic Colors of #BE0716
Black with #BE0716
Text Example
Text Example
White with #BE0716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0716; }
p { color: rgb(190,7,22); }
H1.HeaderClassName
{
color: #BE0716;
}
.AnyTagClassName
{
color: #BE0716;
}
</style>
background-color css
<style>
a { background-color: #BE0716; }
a { background-color: rgb(190,7,22); }
div.DivClassName
{
background-color: #BE0716;
}
.BgClassName
{
background-color: #BE0716;
}
</style>
border-color css
<style>
span { border-color: #BE0716; }
span { border-color: rgb(190,7,22); }
td.TdClassName
{
border-color: #BE0716;
}
.TagClassName
{
border-color: #BE0716;
}
</style>