Shades of Venetian Red #AD1621
Tints of Venetian Red #AD1621
RGB
CMYK
RGB Variations
Color information
#AD1621 (or 0xAD1621) is known color: Venetian Red. HEX triplet: AD, 16 and 21. RGB value is (173,22,33). Sum of RGB (Red+Green+Blue) = 173+22+33=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1621 is #52E9DE. Grayscale: #444444. Windows color (decimal): -5433823 or 2168493. OLE color: 2168493.
HSL color Cylindrical-coordinate representation of color #AD1621: hue angle of 355.63º 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 #AD1621 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 33 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.32 |
| HSL | 355.63º | 0.77% | 0.38% | - |
| HSV(B) | 355.63º | 0.87% | 0.68% | - |
| XYZ | 17.8 | 9.57 | 2.35 | - |
| YUV | 68.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 33 | 0 | 0.87 | 0.81 | 0.32 | 355.63 | 0.77 | 0.38 |
| Hex | AD | 16 | 21 | 0 | 57 | 51 | 20 | 164 | 4D | 26 |
| Octal | 255 | 26 | 41 | 0 | 127 | 121 | 40 | 544 | 115 | 46 |
| Binary | 10101101 | 10110 | 100001 | 0 | 1010111 | 1010001 | 100000 | 101100100 | 1001101 | 100110 |
Color Harmonies of #AD1621
Complementary color
Monochromatic Colors of #AD1621
Black with #AD1621
Text Example
Text Example
White with #AD1621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1621; }
p { color: rgb(173,22,33); }
H1.HeaderClassName
{
color: #AD1621;
}
.AnyTagClassName
{
color: #AD1621;
}
</style>
background-color css
<style>
a { background-color: #AD1621; }
a { background-color: rgb(173,22,33); }
div.DivClassName
{
background-color: #AD1621;
}
.BgClassName
{
background-color: #AD1621;
}
</style>
border-color css
<style>
span { border-color: #AD1621; }
span { border-color: rgb(173,22,33); }
td.TdClassName
{
border-color: #AD1621;
}
.TagClassName
{
border-color: #AD1621;
}
</style>