Shades of Venetian Red #BE0010
Tints of Venetian Red #BE0010
RGB
CMYK
RGB Variations
Color information
#BE0010 (or 0xBE0010) is known color: Venetian Red. HEX triplet: BE, 00 and 10. RGB value is (190,0,16). Sum of RGB (Red+Green+Blue) = 190+0+16=206 (27% of max value = 765). Red value is 190 (74.61% from 255 or 92.23% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE0010 is #41FFEF. Grayscale: #3A3A3A. Windows color (decimal): -4325360 or 1048766. OLE color: 1048766.
HSL color Cylindrical-coordinate representation of color #BE0010: hue angle of 354.95º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0010 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.92 | 0.25 |
| HSL | 354.95º | 1% | 0.37% | - |
| HSV(B) | 354.95º | 1% | 0.75% | - |
| XYZ | 21.33 | 10.98 | 1.49 | - |
| YUV | 58.63 | 103.95 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 16 | 0 | 1 | 0.92 | 0.25 | 354.95 | 1 | 0.37 |
| Hex | BE | 0 | 10 | 0 | 64 | 5C | 19 | 163 | 64 | 25 |
| Octal | 276 | 0 | 20 | 0 | 144 | 134 | 31 | 543 | 144 | 45 |
| Binary | 10111110 | 0 | 10000 | 0 | 1100100 | 1011100 | 11001 | 101100011 | 1100100 | 100101 |
Color Harmonies of #BE0010
Complementary color
Monochromatic Colors of #BE0010
Black with #BE0010
Text Example
Text Example
White with #BE0010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0010; }
p { color: rgb(190,0,16); }
H1.HeaderClassName
{
color: #BE0010;
}
.AnyTagClassName
{
color: #BE0010;
}
</style>
background-color css
<style>
a { background-color: #BE0010; }
a { background-color: rgb(190,0,16); }
div.DivClassName
{
background-color: #BE0010;
}
.BgClassName
{
background-color: #BE0010;
}
</style>
border-color css
<style>
span { border-color: #BE0010; }
span { border-color: rgb(190,0,16); }
td.TdClassName
{
border-color: #BE0010;
}
.TagClassName
{
border-color: #BE0010;
}
</style>