Shades of Venetian Red #AD1113
Tints of Venetian Red #AD1113
RGB
CMYK
RGB Variations
Color information
#AD1113 (or 0xAD1113) is known color: Venetian Red. HEX triplet: AD, 11 and 13. RGB value is (173,17,19). Sum of RGB (Red+Green+Blue) = 173+17+19=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1113 is #52EEEC. Grayscale: #404040. Windows color (decimal): -5435117 or 1249709. OLE color: 1249709.
HSL color Cylindrical-coordinate representation of color #AD1113: hue angle of 359.23º 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 #AD1113 is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 19 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.32 |
| HSL | 359.23º | 0.82% | 0.37% | - |
| HSV(B) | 359.23º | 0.9% | 0.68% | - |
| XYZ | 17.55 | 9.33 | 1.49 | - |
| YUV | 63.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 19 | 0 | 0.90 | 0.89 | 0.32 | 359.23 | 0.82 | 0.37 |
| Hex | AD | 11 | 13 | 0 | 5A | 59 | 20 | 167 | 52 | 25 |
| Octal | 255 | 21 | 23 | 0 | 132 | 131 | 40 | 547 | 122 | 45 |
| Binary | 10101101 | 10001 | 10011 | 0 | 1011010 | 1011001 | 100000 | 101100111 | 1010010 | 100101 |
Color Harmonies of #AD1113
Complementary color
Monochromatic Colors of #AD1113
Black with #AD1113
Text Example
Text Example
White with #AD1113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1113; }
p { color: rgb(173,17,19); }
H1.HeaderClassName
{
color: #AD1113;
}
.AnyTagClassName
{
color: #AD1113;
}
</style>
background-color css
<style>
a { background-color: #AD1113; }
a { background-color: rgb(173,17,19); }
div.DivClassName
{
background-color: #AD1113;
}
.BgClassName
{
background-color: #AD1113;
}
</style>
border-color css
<style>
span { border-color: #AD1113; }
span { border-color: rgb(173,17,19); }
td.TdClassName
{
border-color: #AD1113;
}
.TagClassName
{
border-color: #AD1113;
}
</style>