Shades of Venetian Red #BE0C1E
Tints of Venetian Red #BE0C1E
RGB
CMYK
RGB Variations
Color information
#BE0C1E (or 0xBE0C1E) is known color: Venetian Red. HEX triplet: BE, 0C and 1E. RGB value is (190,12,30). Sum of RGB (Red+Green+Blue) = 190+12+30=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C1E is #41F3E1. Grayscale: #434343. Windows color (decimal): -4322274 or 1969342. OLE color: 1969342.
HSL color Cylindrical-coordinate representation of color #BE0C1E: hue angle of 353.93º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C1E is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 30 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.25 |
| HSL | 353.93º | 0.88% | 0.4% | - |
| HSV(B) | 353.93º | 0.94% | 0.75% | - |
| XYZ | 21.6 | 11.3 | 2.27 | - |
| YUV | 67.27 | 106.97 | 215.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 30 | 0 | 0.94 | 0.84 | 0.25 | 353.93 | 0.88 | 0.4 |
| Hex | BE | C | 1E | 0 | 5E | 54 | 19 | 162 | 58 | 28 |
| Octal | 276 | 14 | 36 | 0 | 136 | 124 | 31 | 542 | 130 | 50 |
| Binary | 10111110 | 1100 | 11110 | 0 | 1011110 | 1010100 | 11001 | 101100010 | 1011000 | 101000 |
Color Harmonies of #BE0C1E
Complementary color
Monochromatic Colors of #BE0C1E
Black with #BE0C1E
Text Example
Text Example
White with #BE0C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C1E; }
p { color: rgb(190,12,30); }
H1.HeaderClassName
{
color: #BE0C1E;
}
.AnyTagClassName
{
color: #BE0C1E;
}
</style>
background-color css
<style>
a { background-color: #BE0C1E; }
a { background-color: rgb(190,12,30); }
div.DivClassName
{
background-color: #BE0C1E;
}
.BgClassName
{
background-color: #BE0C1E;
}
</style>
border-color css
<style>
span { border-color: #BE0C1E; }
span { border-color: rgb(190,12,30); }
td.TdClassName
{
border-color: #BE0C1E;
}
.TagClassName
{
border-color: #BE0C1E;
}
</style>