Shades of Venetian Red #BE0D11
Tints of Venetian Red #BE0D11
RGB
CMYK
RGB Variations
Color information
#BE0D11 (or 0xBE0D11) is known color: Venetian Red. HEX triplet: BE, 0D and 11. RGB value is (190,13,17). Sum of RGB (Red+Green+Blue) = 190+13+17=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0D11 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0D11 is #41F2EE. Grayscale: #424242. Windows color (decimal): -4322031 or 1117630. OLE color: 1117630.
HSL color Cylindrical-coordinate representation of color #BE0D11: hue angle of 358.64º 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 #BE0D11 is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 13 | 17 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.25 |
| HSL | 358.64º | 0.87% | 0.4% | - |
| HSV(B) | 358.64º | 0.93% | 0.75% | - |
| XYZ | 21.48 | 11.28 | 1.57 | - |
| YUV | 66.38 | 100.14 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 13 | 17 | 0 | 0.93 | 0.91 | 0.25 | 358.64 | 0.87 | 0.4 |
| Hex | BE | D | 11 | 0 | 5D | 5B | 19 | 167 | 57 | 28 |
| Octal | 276 | 15 | 21 | 0 | 135 | 133 | 31 | 547 | 127 | 50 |
| Binary | 10111110 | 1101 | 10001 | 0 | 1011101 | 1011011 | 11001 | 101100111 | 1010111 | 101000 |
Color Harmonies of #BE0D11
Complementary color
Monochromatic Colors of #BE0D11
Black with #BE0D11
Text Example
Text Example
White with #BE0D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0D11; }
p { color: rgb(190,13,17); }
H1.HeaderClassName
{
color: #BE0D11;
}
.AnyTagClassName
{
color: #BE0D11;
}
</style>
background-color css
<style>
a { background-color: #BE0D11; }
a { background-color: rgb(190,13,17); }
div.DivClassName
{
background-color: #BE0D11;
}
.BgClassName
{
background-color: #BE0D11;
}
</style>
border-color css
<style>
span { border-color: #BE0D11; }
span { border-color: rgb(190,13,17); }
td.TdClassName
{
border-color: #BE0D11;
}
.TagClassName
{
border-color: #BE0D11;
}
</style>