Shades of Venetian Red #AD1116
Tints of Venetian Red #AD1116
RGB
CMYK
RGB Variations
Color information
#AD1116 (or 0xAD1116) is known color: Venetian Red. HEX triplet: AD, 11 and 16. RGB value is (173,17,22). Sum of RGB (Red+Green+Blue) = 173+17+22=212 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.60% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1116 is #52EEE9. Grayscale: #404040. Windows color (decimal): -5435114 or 1446317. OLE color: 1446317.
HSL color Cylindrical-coordinate representation of color #AD1116: hue angle of 358.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD1116 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 22 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.32 |
| HSL | 358.08º | 0.82% | 0.37% | - |
| HSV(B) | 358.08º | 0.9% | 0.68% | - |
| XYZ | 17.58 | 9.34 | 1.64 | - |
| YUV | 64.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 22 | 0 | 0.90 | 0.87 | 0.32 | 358.08 | 0.82 | 0.37 |
| Hex | AD | 11 | 16 | 0 | 5A | 57 | 20 | 166 | 52 | 25 |
| Octal | 255 | 21 | 26 | 0 | 132 | 127 | 40 | 546 | 122 | 45 |
| Binary | 10101101 | 10001 | 10110 | 0 | 1011010 | 1010111 | 100000 | 101100110 | 1010010 | 100101 |
Color Harmonies of #AD1116
Complementary color
Monochromatic Colors of #AD1116
Black with #AD1116
Text Example
Text Example
White with #AD1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1116; }
p { color: rgb(173,17,22); }
H1.HeaderClassName
{
color: #AD1116;
}
.AnyTagClassName
{
color: #AD1116;
}
</style>
background-color css
<style>
a { background-color: #AD1116; }
a { background-color: rgb(173,17,22); }
div.DivClassName
{
background-color: #AD1116;
}
.BgClassName
{
background-color: #AD1116;
}
</style>
border-color css
<style>
span { border-color: #AD1116; }
span { border-color: rgb(173,17,22); }
td.TdClassName
{
border-color: #AD1116;
}
.TagClassName
{
border-color: #AD1116;
}
</style>