Shades of Venetian Red #AD1619
Tints of Venetian Red #AD1619
RGB
CMYK
RGB Variations
Color information
#AD1619 (or 0xAD1619) is known color: Venetian Red. HEX triplet: AD, 16 and 19. RGB value is (173,22,25). Sum of RGB (Red+Green+Blue) = 173+22+25=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1619 is #52E9E6. Grayscale: #434343. Windows color (decimal): -5433831 or 1644205. OLE color: 1644205.
HSL color Cylindrical-coordinate representation of color #AD1619: hue angle of 358.81º 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 #AD1619 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 25 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.32 |
| HSL | 358.81º | 0.77% | 0.38% | - |
| HSV(B) | 358.81º | 0.87% | 0.68% | - |
| XYZ | 17.7 | 9.53 | 1.83 | - |
| YUV | 67.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 25 | 0 | 0.87 | 0.86 | 0.32 | 358.81 | 0.77 | 0.38 |
| Hex | AD | 16 | 19 | 0 | 57 | 56 | 20 | 167 | 4D | 26 |
| Octal | 255 | 26 | 31 | 0 | 127 | 126 | 40 | 547 | 115 | 46 |
| Binary | 10101101 | 10110 | 11001 | 0 | 1010111 | 1010110 | 100000 | 101100111 | 1001101 | 100110 |
Color Harmonies of #AD1619
Complementary color
Monochromatic Colors of #AD1619
Black with #AD1619
Text Example
Text Example
White with #AD1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1619; }
p { color: rgb(173,22,25); }
H1.HeaderClassName
{
color: #AD1619;
}
.AnyTagClassName
{
color: #AD1619;
}
</style>
background-color css
<style>
a { background-color: #AD1619; }
a { background-color: rgb(173,22,25); }
div.DivClassName
{
background-color: #AD1619;
}
.BgClassName
{
background-color: #AD1619;
}
</style>
border-color css
<style>
span { border-color: #AD1619; }
span { border-color: rgb(173,22,25); }
td.TdClassName
{
border-color: #AD1619;
}
.TagClassName
{
border-color: #AD1619;
}
</style>