Shades of Venetian Red #BE080E
Tints of Venetian Red #BE080E
RGB
CMYK
RGB Variations
Color information
#BE080E (or 0xBE080E) is known color: Venetian Red. HEX triplet: BE, 08 and 0E. RGB value is (190,8,14). Sum of RGB (Red+Green+Blue) = 190+8+14=212 (28% of max value = 765). Red value is 190 (74.61% from 255 or 89.62% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 190 - color contains mainly: red. Hex color #BE080E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE080E is #41F7F1. Grayscale: #3F3F3F. Windows color (decimal): -4323314 or 919742. OLE color: 919742.
HSL color Cylindrical-coordinate representation of color #BE080E: hue angle of 358.02º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE080E is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 14 | - |
| CMYK | 0 | 0.96 | 0.93 | 0.25 |
| HSL | 358.02º | 0.92% | 0.39% | - |
| HSV(B) | 358.02º | 0.96% | 0.75% | - |
| XYZ | 21.4 | 11.15 | 1.44 | - |
| YUV | 63.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 14 | 0 | 0.96 | 0.93 | 0.25 | 358.02 | 0.92 | 0.39 |
| Hex | BE | 8 | E | 0 | 60 | 5D | 19 | 166 | 5C | 27 |
| Octal | 276 | 10 | 16 | 0 | 140 | 135 | 31 | 546 | 134 | 47 |
| Binary | 10111110 | 1000 | 1110 | 0 | 1100000 | 1011101 | 11001 | 101100110 | 1011100 | 100111 |
Color Harmonies of #BE080E
Complementary color
Monochromatic Colors of #BE080E
Black with #BE080E
Text Example
Text Example
White with #BE080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE080E; }
p { color: rgb(190,8,14); }
H1.HeaderClassName
{
color: #BE080E;
}
.AnyTagClassName
{
color: #BE080E;
}
</style>
background-color css
<style>
a { background-color: #BE080E; }
a { background-color: rgb(190,8,14); }
div.DivClassName
{
background-color: #BE080E;
}
.BgClassName
{
background-color: #BE080E;
}
</style>
border-color css
<style>
span { border-color: #BE080E; }
span { border-color: rgb(190,8,14); }
td.TdClassName
{
border-color: #BE080E;
}
.TagClassName
{
border-color: #BE080E;
}
</style>