Shades of Venetian Red #AD0C0E
Tints of Venetian Red #AD0C0E
RGB
CMYK
RGB Variations
Color information
#AD0C0E (or 0xAD0C0E) is known color: Venetian Red. HEX triplet: AD, 0C and 0E. RGB value is (173,12,14). Sum of RGB (Red+Green+Blue) = 173+12+14=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 14 (5.86% from 255 or 7.04% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0C0E is #52F3F1. Grayscale: #3C3C3C. Windows color (decimal): -5436402 or 920749. OLE color: 920749.
HSL color Cylindrical-coordinate representation of color #AD0C0E: hue angle of 359.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0C0E is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 14 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.32 |
| HSL | 359.25º | 0.87% | 0.36% | - |
| HSV(B) | 359.25º | 0.93% | 0.68% | - |
| XYZ | 17.44 | 9.18 | 1.27 | - |
| YUV | 60.37 | 101.84 | 208.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 14 | 0 | 0.93 | 0.92 | 0.32 | 359.25 | 0.87 | 0.36 |
| Hex | AD | C | E | 0 | 5D | 5C | 20 | 167 | 57 | 24 |
| Octal | 255 | 14 | 16 | 0 | 135 | 134 | 40 | 547 | 127 | 44 |
| Binary | 10101101 | 1100 | 1110 | 0 | 1011101 | 1011100 | 100000 | 101100111 | 1010111 | 100100 |
Color Harmonies of #AD0C0E
Complementary color
Monochromatic Colors of #AD0C0E
Black with #AD0C0E
Text Example
Text Example
White with #AD0C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C0E; }
p { color: rgb(173,12,14); }
H1.HeaderClassName
{
color: #AD0C0E;
}
.AnyTagClassName
{
color: #AD0C0E;
}
</style>
background-color css
<style>
a { background-color: #AD0C0E; }
a { background-color: rgb(173,12,14); }
div.DivClassName
{
background-color: #AD0C0E;
}
.BgClassName
{
background-color: #AD0C0E;
}
</style>
border-color css
<style>
span { border-color: #AD0C0E; }
span { border-color: rgb(173,12,14); }
td.TdClassName
{
border-color: #AD0C0E;
}
.TagClassName
{
border-color: #AD0C0E;
}
</style>