Shades of Venetian Red #BE011B
Tints of Venetian Red #BE011B
RGB
CMYK
RGB Variations
Color information
#BE011B (or 0xBE011B) is known color: Venetian Red. HEX triplet: BE, 01 and 1B. RGB value is (190,1,27). Sum of RGB (Red+Green+Blue) = 190+1+27=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 27 (10.94% from 255 or 12.39% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE011B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE011B is #41FEE4. Grayscale: #3C3C3C. Windows color (decimal): -4325093 or 1769918. OLE color: 1769918.
HSL color Cylindrical-coordinate representation of color #BE011B: hue angle of 351.75º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE011B is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.25 |
| HSL | 351.75º | 0.99% | 0.37% | - |
| HSV(B) | 351.75º | 0.99% | 0.75% | - |
| XYZ | 21.44 | 11.05 | 2.04 | - |
| YUV | 60.48 | 109.12 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 27 | 0 | 0.99 | 0.86 | 0.25 | 351.75 | 0.99 | 0.37 |
| Hex | BE | 1 | 1B | 0 | 63 | 56 | 19 | 160 | 63 | 25 |
| Octal | 276 | 1 | 33 | 0 | 143 | 126 | 31 | 540 | 143 | 45 |
| Binary | 10111110 | 1 | 11011 | 0 | 1100011 | 1010110 | 11001 | 101100000 | 1100011 | 100101 |
Color Harmonies of #BE011B
Complementary color
Monochromatic Colors of #BE011B
Black with #BE011B
Text Example
Text Example
White with #BE011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE011B; }
p { color: rgb(190,1,27); }
H1.HeaderClassName
{
color: #BE011B;
}
.AnyTagClassName
{
color: #BE011B;
}
</style>
background-color css
<style>
a { background-color: #BE011B; }
a { background-color: rgb(190,1,27); }
div.DivClassName
{
background-color: #BE011B;
}
.BgClassName
{
background-color: #BE011B;
}
</style>
border-color css
<style>
span { border-color: #BE011B; }
span { border-color: rgb(190,1,27); }
td.TdClassName
{
border-color: #BE011B;
}
.TagClassName
{
border-color: #BE011B;
}
</style>