Shades of Venetian Red #AD171E
Tints of Venetian Red #AD171E
RGB
CMYK
RGB Variations
Color information
#AD171E (or 0xAD171E) is known color: Venetian Red. HEX triplet: AD, 17 and 1E. RGB value is (173,23,30). Sum of RGB (Red+Green+Blue) = 173+23+30=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 23 (9.38% from 255 or 10.18% from 226); Blue value is 30 (12.11% from 255 or 13.27% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD171E is #52E8E1. Grayscale: #444444. Windows color (decimal): -5433570 or 1972141. OLE color: 1972141.
HSL color Cylindrical-coordinate representation of color #AD171E: hue angle of 357.2º 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 #AD171E is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 30 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.32 |
| HSL | 357.2º | 0.77% | 0.38% | - |
| HSV(B) | 357.2º | 0.87% | 0.68% | - |
| XYZ | 17.77 | 9.59 | 2.14 | - |
| YUV | 68.65 | 106.2 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 30 | 0 | 0.87 | 0.83 | 0.32 | 357.2 | 0.77 | 0.38 |
| Hex | AD | 17 | 1E | 0 | 57 | 53 | 20 | 165 | 4D | 26 |
| Octal | 255 | 27 | 36 | 0 | 127 | 123 | 40 | 545 | 115 | 46 |
| Binary | 10101101 | 10111 | 11110 | 0 | 1010111 | 1010011 | 100000 | 101100101 | 1001101 | 100110 |
Color Harmonies of #AD171E
Complementary color
Monochromatic Colors of #AD171E
Black with #AD171E
Text Example
Text Example
White with #AD171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD171E; }
p { color: rgb(173,23,30); }
H1.HeaderClassName
{
color: #AD171E;
}
.AnyTagClassName
{
color: #AD171E;
}
</style>
background-color css
<style>
a { background-color: #AD171E; }
a { background-color: rgb(173,23,30); }
div.DivClassName
{
background-color: #AD171E;
}
.BgClassName
{
background-color: #AD171E;
}
</style>
border-color css
<style>
span { border-color: #AD171E; }
span { border-color: rgb(173,23,30); }
td.TdClassName
{
border-color: #AD171E;
}
.TagClassName
{
border-color: #AD171E;
}
</style>