Shades of Venetian Red #BE1115
Tints of Venetian Red #BE1115
RGB
CMYK
RGB Variations
Color information
#BE1115 (or 0xBE1115) is known color: Venetian Red. HEX triplet: BE, 11 and 15. RGB value is (190,17,21). Sum of RGB (Red+Green+Blue) = 190+17+21=228 (30% of max value = 765). Red value is 190 (74.61% from 255 or 83.33% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE1115 is #41EEEA. Grayscale: #454545. Windows color (decimal): -4321003 or 1380798. OLE color: 1380798.
HSL color Cylindrical-coordinate representation of color #BE1115: hue angle of 358.61º 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 #BE1115 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 21 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.25 |
| HSL | 358.61º | 0.84% | 0.41% | - |
| HSV(B) | 358.61º | 0.91% | 0.75% | - |
| XYZ | 21.57 | 11.4 | 1.77 | - |
| YUV | 69.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 21 | 0 | 0.91 | 0.89 | 0.25 | 358.61 | 0.84 | 0.41 |
| Hex | BE | 11 | 15 | 0 | 5B | 59 | 19 | 167 | 54 | 29 |
| Octal | 276 | 21 | 25 | 0 | 133 | 131 | 31 | 547 | 124 | 51 |
| Binary | 10111110 | 10001 | 10101 | 0 | 1011011 | 1011001 | 11001 | 101100111 | 1010100 | 101001 |
Color Harmonies of #BE1115
Complementary color
Monochromatic Colors of #BE1115
Black with #BE1115
Text Example
Text Example
White with #BE1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1115; }
p { color: rgb(190,17,21); }
H1.HeaderClassName
{
color: #BE1115;
}
.AnyTagClassName
{
color: #BE1115;
}
</style>
background-color css
<style>
a { background-color: #BE1115; }
a { background-color: rgb(190,17,21); }
div.DivClassName
{
background-color: #BE1115;
}
.BgClassName
{
background-color: #BE1115;
}
</style>
border-color css
<style>
span { border-color: #BE1115; }
span { border-color: rgb(190,17,21); }
td.TdClassName
{
border-color: #BE1115;
}
.TagClassName
{
border-color: #BE1115;
}
</style>