Shades of Venetian Red #AD1520
Tints of Venetian Red #AD1520
RGB
CMYK
RGB Variations
Color information
#AD1520 (or 0xAD1520) is known color: Venetian Red. HEX triplet: AD, 15 and 20. RGB value is (173,21,32). Sum of RGB (Red+Green+Blue) = 173+21+32=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1520 is #52EADF. Grayscale: #434343. Windows color (decimal): -5434080 or 2102701. OLE color: 2102701.
HSL color Cylindrical-coordinate representation of color #AD1520: hue angle of 355.66º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1520 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 32 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.32 |
| HSL | 355.66º | 0.78% | 0.38% | - |
| HSV(B) | 355.66º | 0.88% | 0.68% | - |
| XYZ | 17.76 | 9.52 | 2.27 | - |
| YUV | 67.7 | 107.86 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 32 | 0 | 0.88 | 0.82 | 0.32 | 355.66 | 0.78 | 0.38 |
| Hex | AD | 15 | 20 | 0 | 58 | 52 | 20 | 164 | 4E | 26 |
| Octal | 255 | 25 | 40 | 0 | 130 | 122 | 40 | 544 | 116 | 46 |
| Binary | 10101101 | 10101 | 100000 | 0 | 1011000 | 1010010 | 100000 | 101100100 | 1001110 | 100110 |
Color Harmonies of #AD1520
Complementary color
Monochromatic Colors of #AD1520
Black with #AD1520
Text Example
Text Example
White with #AD1520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1520; }
p { color: rgb(173,21,32); }
H1.HeaderClassName
{
color: #AD1520;
}
.AnyTagClassName
{
color: #AD1520;
}
</style>
background-color css
<style>
a { background-color: #AD1520; }
a { background-color: rgb(173,21,32); }
div.DivClassName
{
background-color: #AD1520;
}
.BgClassName
{
background-color: #AD1520;
}
</style>
border-color css
<style>
span { border-color: #AD1520; }
span { border-color: rgb(173,21,32); }
td.TdClassName
{
border-color: #AD1520;
}
.TagClassName
{
border-color: #AD1520;
}
</style>