Shades of Venetian Red #AD121A
Tints of Venetian Red #AD121A
RGB
CMYK
RGB Variations
Color information
#AD121A (or 0xAD121A) is known color: Venetian Red. HEX triplet: AD, 12 and 1A. RGB value is (173,18,26). Sum of RGB (Red+Green+Blue) = 173+18+26=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD121A is #52EDE5. Grayscale: #414141. Windows color (decimal): -5434854 or 1708717. OLE color: 1708717.
HSL color Cylindrical-coordinate representation of color #AD121A: hue angle of 356.9º degrees, saturation: 0.81, 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 #AD121A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 18 | 26 | - |
| CMYK | 0 | 0.90 | 0.85 | 0.32 |
| HSL | 356.9º | 0.81% | 0.37% | - |
| HSV(B) | 356.9º | 0.9% | 0.68% | - |
| XYZ | 17.64 | 9.39 | 1.86 | - |
| YUV | 65.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 18 | 26 | 0 | 0.90 | 0.85 | 0.32 | 356.9 | 0.81 | 0.37 |
| Hex | AD | 12 | 1A | 0 | 5A | 55 | 20 | 165 | 51 | 25 |
| Octal | 255 | 22 | 32 | 0 | 132 | 125 | 40 | 545 | 121 | 45 |
| Binary | 10101101 | 10010 | 11010 | 0 | 1011010 | 1010101 | 100000 | 101100101 | 1010001 | 100101 |
Color Harmonies of #AD121A
Complementary color
Monochromatic Colors of #AD121A
Black with #AD121A
Text Example
Text Example
White with #AD121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD121A; }
p { color: rgb(173,18,26); }
H1.HeaderClassName
{
color: #AD121A;
}
.AnyTagClassName
{
color: #AD121A;
}
</style>
background-color css
<style>
a { background-color: #AD121A; }
a { background-color: rgb(173,18,26); }
div.DivClassName
{
background-color: #AD121A;
}
.BgClassName
{
background-color: #AD121A;
}
</style>
border-color css
<style>
span { border-color: #AD121A; }
span { border-color: rgb(173,18,26); }
td.TdClassName
{
border-color: #AD121A;
}
.TagClassName
{
border-color: #AD121A;
}
</style>