Shades of Venetian Red #BE111D
Tints of Venetian Red #BE111D
RGB
CMYK
RGB Variations
Color information
#BE111D (or 0xBE111D) is known color: Venetian Red. HEX triplet: BE, 11 and 1D. RGB value is (190,17,29). Sum of RGB (Red+Green+Blue) = 190+17+29=236 (31% of max value = 765). Red value is 190 (74.61% from 255 or 80.51% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 190 - color contains mainly: red. Hex color #BE111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE111D is #41EEE2. Grayscale: #464646. Windows color (decimal): -4320995 or 1905086. OLE color: 1905086.
HSL color Cylindrical-coordinate representation of color #BE111D: hue angle of 355.84º 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 #BE111D is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 29 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.25 |
| HSL | 355.84º | 0.84% | 0.41% | - |
| HSV(B) | 355.84º | 0.91% | 0.75% | - |
| XYZ | 21.66 | 11.44 | 2.23 | - |
| YUV | 70.1 | 104.81 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 29 | 0 | 0.91 | 0.85 | 0.25 | 355.84 | 0.84 | 0.41 |
| Hex | BE | 11 | 1D | 0 | 5B | 55 | 19 | 164 | 54 | 29 |
| Octal | 276 | 21 | 35 | 0 | 133 | 125 | 31 | 544 | 124 | 51 |
| Binary | 10111110 | 10001 | 11101 | 0 | 1011011 | 1010101 | 11001 | 101100100 | 1010100 | 101001 |
Color Harmonies of #BE111D
Complementary color
Monochromatic Colors of #BE111D
Black with #BE111D
Text Example
Text Example
White with #BE111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE111D; }
p { color: rgb(190,17,29); }
H1.HeaderClassName
{
color: #BE111D;
}
.AnyTagClassName
{
color: #BE111D;
}
</style>
background-color css
<style>
a { background-color: #BE111D; }
a { background-color: rgb(190,17,29); }
div.DivClassName
{
background-color: #BE111D;
}
.BgClassName
{
background-color: #BE111D;
}
</style>
border-color css
<style>
span { border-color: #BE111D; }
span { border-color: rgb(190,17,29); }
td.TdClassName
{
border-color: #BE111D;
}
.TagClassName
{
border-color: #BE111D;
}
</style>