Shades of Venetian Red #BE1112
Tints of Venetian Red #BE1112
RGB
CMYK
RGB Variations
Color information
#BE1112 (or 0xBE1112) is known color: Venetian Red. HEX triplet: BE, 11 and 12. RGB value is (190,17,18). Sum of RGB (Red+Green+Blue) = 190+17+18=225 (29% of max value = 765). Red value is 190 (74.61% from 255 or 84.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1112 is #41EEED. Grayscale: #454545. Windows color (decimal): -4321006 or 1184190. OLE color: 1184190.
HSL color Cylindrical-coordinate representation of color #BE1112: hue angle of 359.65º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1112 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 18 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.25 |
| HSL | 359.65º | 0.84% | 0.41% | - |
| HSV(B) | 359.65º | 0.91% | 0.75% | - |
| XYZ | 21.54 | 11.39 | 1.64 | - |
| YUV | 68.84 | 99.31 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 18 | 0 | 0.91 | 0.91 | 0.25 | 359.65 | 0.84 | 0.41 |
| Hex | BE | 11 | 12 | 0 | 5B | 5B | 19 | 168 | 54 | 29 |
| Octal | 276 | 21 | 22 | 0 | 133 | 133 | 31 | 550 | 124 | 51 |
| Binary | 10111110 | 10001 | 10010 | 0 | 1011011 | 1011011 | 11001 | 101101000 | 1010100 | 101001 |
Color Harmonies of #BE1112
Complementary color
Monochromatic Colors of #BE1112
Black with #BE1112
Text Example
Text Example
White with #BE1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1112; }
p { color: rgb(190,17,18); }
H1.HeaderClassName
{
color: #BE1112;
}
.AnyTagClassName
{
color: #BE1112;
}
</style>
background-color css
<style>
a { background-color: #BE1112; }
a { background-color: rgb(190,17,18); }
div.DivClassName
{
background-color: #BE1112;
}
.BgClassName
{
background-color: #BE1112;
}
</style>
border-color css
<style>
span { border-color: #BE1112; }
span { border-color: rgb(190,17,18); }
td.TdClassName
{
border-color: #BE1112;
}
.TagClassName
{
border-color: #BE1112;
}
</style>