Shades of Venetian Red #BE0C1F
Tints of Venetian Red #BE0C1F
RGB
CMYK
RGB Variations
Color information
#BE0C1F (or 0xBE0C1F) is known color: Venetian Red. HEX triplet: BE, 0C and 1F. RGB value is (190,12,31). Sum of RGB (Red+Green+Blue) = 190+12+31=233 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.55% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C1F is #41F3E0. Grayscale: #434343. Windows color (decimal): -4322273 or 2034878. OLE color: 2034878.
HSL color Cylindrical-coordinate representation of color #BE0C1F: hue angle of 353.6º 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 #BE0C1F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 31 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.25 |
| HSL | 353.6º | 0.88% | 0.4% | - |
| HSV(B) | 353.6º | 0.94% | 0.75% | - |
| XYZ | 21.61 | 11.31 | 2.34 | - |
| YUV | 67.39 | 107.47 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 31 | 0 | 0.94 | 0.84 | 0.25 | 353.6 | 0.88 | 0.4 |
| Hex | BE | C | 1F | 0 | 5E | 54 | 19 | 162 | 58 | 28 |
| Octal | 276 | 14 | 37 | 0 | 136 | 124 | 31 | 542 | 130 | 50 |
| Binary | 10111110 | 1100 | 11111 | 0 | 1011110 | 1010100 | 11001 | 101100010 | 1011000 | 101000 |
Color Harmonies of #BE0C1F
Complementary color
Monochromatic Colors of #BE0C1F
Black with #BE0C1F
Text Example
Text Example
White with #BE0C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C1F; }
p { color: rgb(190,12,31); }
H1.HeaderClassName
{
color: #BE0C1F;
}
.AnyTagClassName
{
color: #BE0C1F;
}
</style>
background-color css
<style>
a { background-color: #BE0C1F; }
a { background-color: rgb(190,12,31); }
div.DivClassName
{
background-color: #BE0C1F;
}
.BgClassName
{
background-color: #BE0C1F;
}
</style>
border-color css
<style>
span { border-color: #BE0C1F; }
span { border-color: rgb(190,12,31); }
td.TdClassName
{
border-color: #BE0C1F;
}
.TagClassName
{
border-color: #BE0C1F;
}
</style>