Shades of Venetian Red #BE070C
Tints of Venetian Red #BE070C
RGB
CMYK
RGB Variations
Color information
#BE070C (or 0xBE070C) is known color: Venetian Red. HEX triplet: BE, 07 and 0C. RGB value is (190,7,12). Sum of RGB (Red+Green+Blue) = 190+7+12=209 (27% of max value = 765). Red value is 190 (74.61% from 255 or 90.91% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 190 - color contains mainly: red. Hex color #BE070C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BE070C is #41F8F3. Grayscale: #3E3E3E. Windows color (decimal): -4323572 or 788414. OLE color: 788414.
HSL color Cylindrical-coordinate representation of color #BE070C: hue angle of 358.36º degrees, saturation: 0.93, 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 #BE070C is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 12 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.25 |
| HSL | 358.36º | 0.93% | 0.39% | - |
| HSV(B) | 358.36º | 0.96% | 0.75% | - |
| XYZ | 21.38 | 11.13 | 1.37 | - |
| YUV | 62.29 | 99.63 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 12 | 0 | 0.96 | 0.94 | 0.25 | 358.36 | 0.93 | 0.39 |
| Hex | BE | 7 | C | 0 | 60 | 5E | 19 | 166 | 5D | 27 |
| Octal | 276 | 7 | 14 | 0 | 140 | 136 | 31 | 546 | 135 | 47 |
| Binary | 10111110 | 111 | 1100 | 0 | 1100000 | 1011110 | 11001 | 101100110 | 1011101 | 100111 |
Color Harmonies of #BE070C
Complementary color
Monochromatic Colors of #BE070C
Black with #BE070C
Text Example
Text Example
White with #BE070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE070C; }
p { color: rgb(190,7,12); }
H1.HeaderClassName
{
color: #BE070C;
}
.AnyTagClassName
{
color: #BE070C;
}
</style>
background-color css
<style>
a { background-color: #BE070C; }
a { background-color: rgb(190,7,12); }
div.DivClassName
{
background-color: #BE070C;
}
.BgClassName
{
background-color: #BE070C;
}
</style>
border-color css
<style>
span { border-color: #BE070C; }
span { border-color: rgb(190,7,12); }
td.TdClassName
{
border-color: #BE070C;
}
.TagClassName
{
border-color: #BE070C;
}
</style>