Shades of Venetian Red #BE001E
Tints of Venetian Red #BE001E
RGB
CMYK
RGB Variations
Color information
#BE001E (or 0xBE001E) is known color: Venetian Red. HEX triplet: BE, 00 and 1E. RGB value is (190,0,30). Sum of RGB (Red+Green+Blue) = 190+0+30=220 (29% of max value = 765). Red value is 190 (74.61% from 255 or 86.36% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 190 - color contains mainly: red. Hex color #BE001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE001E is #41FFE1. Grayscale: #3C3C3C. Windows color (decimal): -4325346 or 1966270. OLE color: 1966270.
HSL color Cylindrical-coordinate representation of color #BE001E: hue angle of 350.53º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE001E is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.84 | 0.25 |
| HSL | 350.53º | 1% | 0.37% | - |
| HSV(B) | 350.53º | 1% | 0.75% | - |
| XYZ | 21.47 | 11.04 | 2.23 | - |
| YUV | 60.23 | 110.95 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 30 | 0 | 1 | 0.84 | 0.25 | 350.53 | 1 | 0.37 |
| Hex | BE | 0 | 1E | 0 | 64 | 54 | 19 | 15F | 64 | 25 |
| Octal | 276 | 0 | 36 | 0 | 144 | 124 | 31 | 537 | 144 | 45 |
| Binary | 10111110 | 0 | 11110 | 0 | 1100100 | 1010100 | 11001 | 101011111 | 1100100 | 100101 |
Color Harmonies of #BE001E
Complementary color
Monochromatic Colors of #BE001E
Black with #BE001E
Text Example
Text Example
White with #BE001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE001E; }
p { color: rgb(190,0,30); }
H1.HeaderClassName
{
color: #BE001E;
}
.AnyTagClassName
{
color: #BE001E;
}
</style>
background-color css
<style>
a { background-color: #BE001E; }
a { background-color: rgb(190,0,30); }
div.DivClassName
{
background-color: #BE001E;
}
.BgClassName
{
background-color: #BE001E;
}
</style>
border-color css
<style>
span { border-color: #BE001E; }
span { border-color: rgb(190,0,30); }
td.TdClassName
{
border-color: #BE001E;
}
.TagClassName
{
border-color: #BE001E;
}
</style>