Shades of Venetian Red #BE0721
Tints of Venetian Red #BE0721
RGB
CMYK
RGB Variations
Color information
#BE0721 (or 0xBE0721) is known color: Venetian Red. HEX triplet: BE, 07 and 21. RGB value is (190,7,33). Sum of RGB (Red+Green+Blue) = 190+7+33=230 (30% of max value = 765). Red value is 190 (74.61% from 255 or 82.61% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0721 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0721 is #41F8DE. Grayscale: #404040. Windows color (decimal): -4323551 or 2164670. OLE color: 2164670.
HSL color Cylindrical-coordinate representation of color #BE0721: hue angle of 351.48º 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 #BE0721 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 33 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.25 |
| HSL | 351.48º | 0.93% | 0.39% | - |
| HSV(B) | 351.48º | 0.96% | 0.75% | - |
| XYZ | 21.59 | 11.21 | 2.46 | - |
| YUV | 64.68 | 110.13 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 33 | 0 | 0.96 | 0.83 | 0.25 | 351.48 | 0.93 | 0.39 |
| Hex | BE | 7 | 21 | 0 | 60 | 53 | 19 | 15F | 5D | 27 |
| Octal | 276 | 7 | 41 | 0 | 140 | 123 | 31 | 537 | 135 | 47 |
| Binary | 10111110 | 111 | 100001 | 0 | 1100000 | 1010011 | 11001 | 101011111 | 1011101 | 100111 |
Color Harmonies of #BE0721
Complementary color
Monochromatic Colors of #BE0721
Black with #BE0721
Text Example
Text Example
White with #BE0721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0721; }
p { color: rgb(190,7,33); }
H1.HeaderClassName
{
color: #BE0721;
}
.AnyTagClassName
{
color: #BE0721;
}
</style>
background-color css
<style>
a { background-color: #BE0721; }
a { background-color: rgb(190,7,33); }
div.DivClassName
{
background-color: #BE0721;
}
.BgClassName
{
background-color: #BE0721;
}
</style>
border-color css
<style>
span { border-color: #BE0721; }
span { border-color: rgb(190,7,33); }
td.TdClassName
{
border-color: #BE0721;
}
.TagClassName
{
border-color: #BE0721;
}
</style>