Shades of Venetian Red #BE0B1F
Tints of Venetian Red #BE0B1F
RGB
CMYK
RGB Variations
Color information
#BE0B1F (or 0xBE0B1F) is known color: Venetian Red. HEX triplet: BE, 0B and 1F. RGB value is (190,11,31). Sum of RGB (Red+Green+Blue) = 190+11+31=232 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.90% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B1F is #41F4E0. Grayscale: #424242. Windows color (decimal): -4322529 or 2034622. OLE color: 2034622.
HSL color Cylindrical-coordinate representation of color #BE0B1F: hue angle of 353.3º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B1F is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 31 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.25 |
| HSL | 353.3º | 0.89% | 0.39% | - |
| HSV(B) | 353.3º | 0.94% | 0.75% | - |
| XYZ | 21.6 | 11.29 | 2.34 | - |
| YUV | 66.8 | 107.8 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 31 | 0 | 0.94 | 0.84 | 0.25 | 353.3 | 0.89 | 0.39 |
| Hex | BE | B | 1F | 0 | 5E | 54 | 19 | 161 | 59 | 27 |
| Octal | 276 | 13 | 37 | 0 | 136 | 124 | 31 | 541 | 131 | 47 |
| Binary | 10111110 | 1011 | 11111 | 0 | 1011110 | 1010100 | 11001 | 101100001 | 1011001 | 100111 |
Color Harmonies of #BE0B1F
Complementary color
Monochromatic Colors of #BE0B1F
Black with #BE0B1F
Text Example
Text Example
White with #BE0B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B1F; }
p { color: rgb(190,11,31); }
H1.HeaderClassName
{
color: #BE0B1F;
}
.AnyTagClassName
{
color: #BE0B1F;
}
</style>
background-color css
<style>
a { background-color: #BE0B1F; }
a { background-color: rgb(190,11,31); }
div.DivClassName
{
background-color: #BE0B1F;
}
.BgClassName
{
background-color: #BE0B1F;
}
</style>
border-color css
<style>
span { border-color: #BE0B1F; }
span { border-color: rgb(190,11,31); }
td.TdClassName
{
border-color: #BE0B1F;
}
.TagClassName
{
border-color: #BE0B1F;
}
</style>