Shades of Venetian Red #BE1011
Tints of Venetian Red #BE1011
RGB
CMYK
RGB Variations
Color information
#BE1011 (or 0xBE1011) is known color: Venetian Red. HEX triplet: BE, 10 and 11. RGB value is (190,16,17). Sum of RGB (Red+Green+Blue) = 190+16+17=223 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.20% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1011 is #41EFEE. Grayscale: #444444. Windows color (decimal): -4321263 or 1118398. OLE color: 1118398.
HSL color Cylindrical-coordinate representation of color #BE1011: hue angle of 359.66º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1011 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 17 | - |
| CMYK | 0 | 0.92 | 0.91 | 0.25 |
| HSL | 359.66º | 0.84% | 0.4% | - |
| HSV(B) | 359.66º | 0.92% | 0.75% | - |
| XYZ | 21.52 | 11.36 | 1.59 | - |
| YUV | 68.14 | 99.15 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 17 | 0 | 0.92 | 0.91 | 0.25 | 359.66 | 0.84 | 0.4 |
| Hex | BE | 10 | 11 | 0 | 5C | 5B | 19 | 168 | 54 | 28 |
| Octal | 276 | 20 | 21 | 0 | 134 | 133 | 31 | 550 | 124 | 50 |
| Binary | 10111110 | 10000 | 10001 | 0 | 1011100 | 1011011 | 11001 | 101101000 | 1010100 | 101000 |
Color Harmonies of #BE1011
Complementary color
Monochromatic Colors of #BE1011
Black with #BE1011
Text Example
Text Example
White with #BE1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1011; }
p { color: rgb(190,16,17); }
H1.HeaderClassName
{
color: #BE1011;
}
.AnyTagClassName
{
color: #BE1011;
}
</style>
background-color css
<style>
a { background-color: #BE1011; }
a { background-color: rgb(190,16,17); }
div.DivClassName
{
background-color: #BE1011;
}
.BgClassName
{
background-color: #BE1011;
}
</style>
border-color css
<style>
span { border-color: #BE1011; }
span { border-color: rgb(190,16,17); }
td.TdClassName
{
border-color: #BE1011;
}
.TagClassName
{
border-color: #BE1011;
}
</style>