Shades of Venetian Red #AD1316
Tints of Venetian Red #AD1316
RGB
CMYK
RGB Variations
Color information
#AD1316 (or 0xAD1316) is known color: Venetian Red. HEX triplet: AD, 13 and 16. RGB value is (173,19,22). Sum of RGB (Red+Green+Blue) = 173+19+22=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 19 (7.81% from 255 or 8.88% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1316 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1316 is #52ECE9. Grayscale: #414141. Windows color (decimal): -5434602 or 1446829. OLE color: 1446829.
HSL color Cylindrical-coordinate representation of color #AD1316: hue angle of 358.83º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1316 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 22 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.32 |
| HSL | 358.83º | 0.8% | 0.38% | - |
| HSV(B) | 358.83º | 0.89% | 0.68% | - |
| XYZ | 17.61 | 9.41 | 1.65 | - |
| YUV | 65.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 22 | 0 | 0.89 | 0.87 | 0.32 | 358.83 | 0.8 | 0.38 |
| Hex | AD | 13 | 16 | 0 | 59 | 57 | 20 | 167 | 50 | 26 |
| Octal | 255 | 23 | 26 | 0 | 131 | 127 | 40 | 547 | 120 | 46 |
| Binary | 10101101 | 10011 | 10110 | 0 | 1011001 | 1010111 | 100000 | 101100111 | 1010000 | 100110 |
Color Harmonies of #AD1316
Complementary color
Monochromatic Colors of #AD1316
Black with #AD1316
Text Example
Text Example
White with #AD1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1316; }
p { color: rgb(173,19,22); }
H1.HeaderClassName
{
color: #AD1316;
}
.AnyTagClassName
{
color: #AD1316;
}
</style>
background-color css
<style>
a { background-color: #AD1316; }
a { background-color: rgb(173,19,22); }
div.DivClassName
{
background-color: #AD1316;
}
.BgClassName
{
background-color: #AD1316;
}
</style>
border-color css
<style>
span { border-color: #AD1316; }
span { border-color: rgb(173,19,22); }
td.TdClassName
{
border-color: #AD1316;
}
.TagClassName
{
border-color: #AD1316;
}
</style>