Shades of Venetian Red #BE0417
Tints of Venetian Red #BE0417
RGB
CMYK
RGB Variations
Color information
#BE0417 (or 0xBE0417) is known color: Venetian Red. HEX triplet: BE, 04 and 17. RGB value is (190,4,23). Sum of RGB (Red+Green+Blue) = 190+4+23=217 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.56% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0417 is #41FBE8. Grayscale: #3D3D3D. Windows color (decimal): -4324329 or 1508542. OLE color: 1508542.
HSL color Cylindrical-coordinate representation of color #BE0417: hue angle of 353.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0417 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 23 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.25 |
| HSL | 353.87º | 0.96% | 0.38% | - |
| HSV(B) | 353.87º | 0.98% | 0.75% | - |
| XYZ | 21.43 | 11.1 | 1.82 | - |
| YUV | 61.78 | 106.12 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 23 | 0 | 0.98 | 0.88 | 0.25 | 353.87 | 0.96 | 0.38 |
| Hex | BE | 4 | 17 | 0 | 62 | 58 | 19 | 162 | 60 | 26 |
| Octal | 276 | 4 | 27 | 0 | 142 | 130 | 31 | 542 | 140 | 46 |
| Binary | 10111110 | 100 | 10111 | 0 | 1100010 | 1011000 | 11001 | 101100010 | 1100000 | 100110 |
Color Harmonies of #BE0417
Complementary color
Monochromatic Colors of #BE0417
Black with #BE0417
Text Example
Text Example
White with #BE0417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0417; }
p { color: rgb(190,4,23); }
H1.HeaderClassName
{
color: #BE0417;
}
.AnyTagClassName
{
color: #BE0417;
}
</style>
background-color css
<style>
a { background-color: #BE0417; }
a { background-color: rgb(190,4,23); }
div.DivClassName
{
background-color: #BE0417;
}
.BgClassName
{
background-color: #BE0417;
}
</style>
border-color css
<style>
span { border-color: #BE0417; }
span { border-color: rgb(190,4,23); }
td.TdClassName
{
border-color: #BE0417;
}
.TagClassName
{
border-color: #BE0417;
}
</style>