Shades of Venetian Red #BE001C
Tints of Venetian Red #BE001C
RGB
CMYK
RGB Variations
Color information
#BE001C (or 0xBE001C) is known color: Venetian Red. HEX triplet: BE, 00 and 1C. RGB value is (190,0,28). Sum of RGB (Red+Green+Blue) = 190+0+28=218 (28% of max value = 765). Red value is 190 (74.61% from 255 or 87.16% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 190 - color contains mainly: red. Hex color #BE001C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE001C is #41FFE3. Grayscale: #3C3C3C. Windows color (decimal): -4325348 or 1835198. OLE color: 1835198.
HSL color Cylindrical-coordinate representation of color #BE001C: hue angle of 351.16º 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 #BE001C is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.85 | 0.25 |
| HSL | 351.16º | 1% | 0.37% | - |
| HSV(B) | 351.16º | 1% | 0.75% | - |
| XYZ | 21.44 | 11.03 | 2.1 | - |
| YUV | 60 | 109.95 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 28 | 0 | 1 | 0.85 | 0.25 | 351.16 | 1 | 0.37 |
| Hex | BE | 0 | 1C | 0 | 64 | 55 | 19 | 15F | 64 | 25 |
| Octal | 276 | 0 | 34 | 0 | 144 | 125 | 31 | 537 | 144 | 45 |
| Binary | 10111110 | 0 | 11100 | 0 | 1100100 | 1010101 | 11001 | 101011111 | 1100100 | 100101 |
Color Harmonies of #BE001C
Complementary color
Monochromatic Colors of #BE001C
Black with #BE001C
Text Example
Text Example
White with #BE001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE001C; }
p { color: rgb(190,0,28); }
H1.HeaderClassName
{
color: #BE001C;
}
.AnyTagClassName
{
color: #BE001C;
}
</style>
background-color css
<style>
a { background-color: #BE001C; }
a { background-color: rgb(190,0,28); }
div.DivClassName
{
background-color: #BE001C;
}
.BgClassName
{
background-color: #BE001C;
}
</style>
border-color css
<style>
span { border-color: #BE001C; }
span { border-color: rgb(190,0,28); }
td.TdClassName
{
border-color: #BE001C;
}
.TagClassName
{
border-color: #BE001C;
}
</style>