Shades of Venetian Red #BE021E
Tints of Venetian Red #BE021E
RGB
CMYK
RGB Variations
Color information
#BE021E (or 0xBE021E) is known color: Venetian Red. HEX triplet: BE, 02 and 1E. RGB value is (190,2,30). Sum of RGB (Red+Green+Blue) = 190+2+30=222 (29% of max value = 765). Red value is 190 (74.61% from 255 or 85.59% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 190 - color contains mainly: red. Hex color #BE021E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE021E is #41FDE1. Grayscale: #3D3D3D. Windows color (decimal): -4324834 or 1966782. OLE color: 1966782.
HSL color Cylindrical-coordinate representation of color #BE021E: hue angle of 351.06º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE021E is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 30 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.25 |
| HSL | 351.06º | 0.98% | 0.38% | - |
| HSV(B) | 351.06º | 0.99% | 0.75% | - |
| XYZ | 21.49 | 11.08 | 2.24 | - |
| YUV | 61.4 | 110.28 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 30 | 0 | 0.99 | 0.84 | 0.25 | 351.06 | 0.98 | 0.38 |
| Hex | BE | 2 | 1E | 0 | 63 | 54 | 19 | 15F | 62 | 26 |
| Octal | 276 | 2 | 36 | 0 | 143 | 124 | 31 | 537 | 142 | 46 |
| Binary | 10111110 | 10 | 11110 | 0 | 1100011 | 1010100 | 11001 | 101011111 | 1100010 | 100110 |
Color Harmonies of #BE021E
Complementary color
Monochromatic Colors of #BE021E
Black with #BE021E
Text Example
Text Example
White with #BE021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE021E; }
p { color: rgb(190,2,30); }
H1.HeaderClassName
{
color: #BE021E;
}
.AnyTagClassName
{
color: #BE021E;
}
</style>
background-color css
<style>
a { background-color: #BE021E; }
a { background-color: rgb(190,2,30); }
div.DivClassName
{
background-color: #BE021E;
}
.BgClassName
{
background-color: #BE021E;
}
</style>
border-color css
<style>
span { border-color: #BE021E; }
span { border-color: rgb(190,2,30); }
td.TdClassName
{
border-color: #BE021E;
}
.TagClassName
{
border-color: #BE021E;
}
</style>