Shades of Venetian Red #BE010C
Tints of Venetian Red #BE010C
RGB
CMYK
RGB Variations
Color information
#BE010C (or 0xBE010C) is known color: Venetian Red. HEX triplet: BE, 01 and 0C. RGB value is (190,1,12). Sum of RGB (Red+Green+Blue) = 190+1+12=203 (26% of max value = 765). Red value is 190 (74.61% from 255 or 93.60% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 190 - color contains mainly: red. Hex color #BE010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE010C is #41FEF3. Grayscale: #3A3A3A. Windows color (decimal): -4325108 or 786878. OLE color: 786878.
HSL color Cylindrical-coordinate representation of color #BE010C: hue angle of 356.51º 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 #BE010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 12 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.25 |
| HSL | 356.51º | 0.99% | 0.37% | - |
| HSV(B) | 356.51º | 0.99% | 0.75% | - |
| XYZ | 21.31 | 11 | 1.35 | - |
| YUV | 58.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 12 | 0 | 0.99 | 0.94 | 0.25 | 356.51 | 0.99 | 0.37 |
| Hex | BE | 1 | C | 0 | 63 | 5E | 19 | 165 | 63 | 25 |
| Octal | 276 | 1 | 14 | 0 | 143 | 136 | 31 | 545 | 143 | 45 |
| Binary | 10111110 | 1 | 1100 | 0 | 1100011 | 1011110 | 11001 | 101100101 | 1100011 | 100101 |
Color Harmonies of #BE010C
Complementary color
Monochromatic Colors of #BE010C
Black with #BE010C
Text Example
Text Example
White with #BE010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE010C; }
p { color: rgb(190,1,12); }
H1.HeaderClassName
{
color: #BE010C;
}
.AnyTagClassName
{
color: #BE010C;
}
</style>
background-color css
<style>
a { background-color: #BE010C; }
a { background-color: rgb(190,1,12); }
div.DivClassName
{
background-color: #BE010C;
}
.BgClassName
{
background-color: #BE010C;
}
</style>
border-color css
<style>
span { border-color: #BE010C; }
span { border-color: rgb(190,1,12); }
td.TdClassName
{
border-color: #BE010C;
}
.TagClassName
{
border-color: #BE010C;
}
</style>