Shades of Venetian Red #BE0D1F
Tints of Venetian Red #BE0D1F
RGB
CMYK
RGB Variations
Color information
#BE0D1F (or 0xBE0D1F) is known color: Venetian Red. HEX triplet: BE, 0D and 1F. RGB value is (190,13,31). Sum of RGB (Red+Green+Blue) = 190+13+31=234 (30% of max value = 765). Red value is 190 (74.61% from 255 or 81.20% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0D1F is #41F2E0. Grayscale: #444444. Windows color (decimal): -4322017 or 2035134. OLE color: 2035134.
HSL color Cylindrical-coordinate representation of color #BE0D1F: hue angle of 353.9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0D1F is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 31 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.25 |
| HSL | 353.9º | 0.87% | 0.4% | - |
| HSV(B) | 353.9º | 0.93% | 0.75% | - |
| XYZ | 21.63 | 11.33 | 2.34 | - |
| YUV | 67.98 | 107.14 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 31 | 0 | 0.93 | 0.84 | 0.25 | 353.9 | 0.87 | 0.4 |
| Hex | BE | D | 1F | 0 | 5D | 54 | 19 | 162 | 57 | 28 |
| Octal | 276 | 15 | 37 | 0 | 135 | 124 | 31 | 542 | 127 | 50 |
| Binary | 10111110 | 1101 | 11111 | 0 | 1011101 | 1010100 | 11001 | 101100010 | 1010111 | 101000 |
Color Harmonies of #BE0D1F
Complementary color
Monochromatic Colors of #BE0D1F
Black with #BE0D1F
Text Example
Text Example
White with #BE0D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0D1F; }
p { color: rgb(190,13,31); }
H1.HeaderClassName
{
color: #BE0D1F;
}
.AnyTagClassName
{
color: #BE0D1F;
}
</style>
background-color css
<style>
a { background-color: #BE0D1F; }
a { background-color: rgb(190,13,31); }
div.DivClassName
{
background-color: #BE0D1F;
}
.BgClassName
{
background-color: #BE0D1F;
}
</style>
border-color css
<style>
span { border-color: #BE0D1F; }
span { border-color: rgb(190,13,31); }
td.TdClassName
{
border-color: #BE0D1F;
}
.TagClassName
{
border-color: #BE0D1F;
}
</style>