Shades of Venetian Red #BE0719
Tints of Venetian Red #BE0719
RGB
CMYK
RGB Variations
Color information
#BE0719 (or 0xBE0719) is known color: Venetian Red. HEX triplet: BE, 07 and 19. RGB value is (190,7,25). Sum of RGB (Red+Green+Blue) = 190+7+25=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0719 is #41F8E6. Grayscale: #3F3F3F. Windows color (decimal): -4323559 or 1640382. OLE color: 1640382.
HSL color Cylindrical-coordinate representation of color #BE0719: hue angle of 354.1º 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 #BE0719 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 25 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.25 |
| HSL | 354.1º | 0.93% | 0.39% | - |
| HSV(B) | 354.1º | 0.96% | 0.75% | - |
| XYZ | 21.49 | 11.17 | 1.94 | - |
| YUV | 63.77 | 106.13 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 25 | 0 | 0.96 | 0.87 | 0.25 | 354.1 | 0.93 | 0.39 |
| Hex | BE | 7 | 19 | 0 | 60 | 57 | 19 | 162 | 5D | 27 |
| Octal | 276 | 7 | 31 | 0 | 140 | 127 | 31 | 542 | 135 | 47 |
| Binary | 10111110 | 111 | 11001 | 0 | 1100000 | 1010111 | 11001 | 101100010 | 1011101 | 100111 |
Color Harmonies of #BE0719
Complementary color
Monochromatic Colors of #BE0719
Black with #BE0719
Text Example
Text Example
White with #BE0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0719; }
p { color: rgb(190,7,25); }
H1.HeaderClassName
{
color: #BE0719;
}
.AnyTagClassName
{
color: #BE0719;
}
</style>
background-color css
<style>
a { background-color: #BE0719; }
a { background-color: rgb(190,7,25); }
div.DivClassName
{
background-color: #BE0719;
}
.BgClassName
{
background-color: #BE0719;
}
</style>
border-color css
<style>
span { border-color: #BE0719; }
span { border-color: rgb(190,7,25); }
td.TdClassName
{
border-color: #BE0719;
}
.TagClassName
{
border-color: #BE0719;
}
</style>