Shades of Venetian Red #AD1617
Tints of Venetian Red #AD1617
RGB
CMYK
RGB Variations
Color information
#AD1617 (or 0xAD1617) is known color: Venetian Red. HEX triplet: AD, 16 and 17. RGB value is (173,22,23). Sum of RGB (Red+Green+Blue) = 173+22+23=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1617 is #52E9E8. Grayscale: #434343. Windows color (decimal): -5433833 or 1513133. OLE color: 1513133.
HSL color Cylindrical-coordinate representation of color #AD1617: hue angle of 359.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1617 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 23 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.32 |
| HSL | 359.6º | 0.77% | 0.38% | - |
| HSV(B) | 359.6º | 0.87% | 0.68% | - |
| XYZ | 17.68 | 9.52 | 1.72 | - |
| YUV | 67.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 23 | 0 | 0.87 | 0.87 | 0.32 | 359.6 | 0.77 | 0.38 |
| Hex | AD | 16 | 17 | 0 | 57 | 57 | 20 | 168 | 4D | 26 |
| Octal | 255 | 26 | 27 | 0 | 127 | 127 | 40 | 550 | 115 | 46 |
| Binary | 10101101 | 10110 | 10111 | 0 | 1010111 | 1010111 | 100000 | 101101000 | 1001101 | 100110 |
Color Harmonies of #AD1617
Complementary color
Monochromatic Colors of #AD1617
Black with #AD1617
Text Example
Text Example
White with #AD1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1617; }
p { color: rgb(173,22,23); }
H1.HeaderClassName
{
color: #AD1617;
}
.AnyTagClassName
{
color: #AD1617;
}
</style>
background-color css
<style>
a { background-color: #AD1617; }
a { background-color: rgb(173,22,23); }
div.DivClassName
{
background-color: #AD1617;
}
.BgClassName
{
background-color: #AD1617;
}
</style>
border-color css
<style>
span { border-color: #AD1617; }
span { border-color: rgb(173,22,23); }
td.TdClassName
{
border-color: #AD1617;
}
.TagClassName
{
border-color: #AD1617;
}
</style>