Shades of Venetian Red #AD161A
Tints of Venetian Red #AD161A
RGB
CMYK
RGB Variations
Color information
#AD161A (or 0xAD161A) is known color: Venetian Red. HEX triplet: AD, 16 and 1A. RGB value is (173,22,26). Sum of RGB (Red+Green+Blue) = 173+22+26=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD161A is #52E9E5. Grayscale: #434343. Windows color (decimal): -5433830 or 1709741. OLE color: 1709741.
HSL color Cylindrical-coordinate representation of color #AD161A: hue angle of 358.41º 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 #AD161A is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 26 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.32 |
| HSL | 358.41º | 0.77% | 0.38% | - |
| HSV(B) | 358.41º | 0.87% | 0.68% | - |
| XYZ | 17.71 | 9.53 | 1.88 | - |
| YUV | 67.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 26 | 0 | 0.87 | 0.85 | 0.32 | 358.41 | 0.77 | 0.38 |
| Hex | AD | 16 | 1A | 0 | 57 | 55 | 20 | 166 | 4D | 26 |
| Octal | 255 | 26 | 32 | 0 | 127 | 125 | 40 | 546 | 115 | 46 |
| Binary | 10101101 | 10110 | 11010 | 0 | 1010111 | 1010101 | 100000 | 101100110 | 1001101 | 100110 |
Color Harmonies of #AD161A
Complementary color
Monochromatic Colors of #AD161A
Black with #AD161A
Text Example
Text Example
White with #AD161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD161A; }
p { color: rgb(173,22,26); }
H1.HeaderClassName
{
color: #AD161A;
}
.AnyTagClassName
{
color: #AD161A;
}
</style>
background-color css
<style>
a { background-color: #AD161A; }
a { background-color: rgb(173,22,26); }
div.DivClassName
{
background-color: #AD161A;
}
.BgClassName
{
background-color: #AD161A;
}
</style>
border-color css
<style>
span { border-color: #AD161A; }
span { border-color: rgb(173,22,26); }
td.TdClassName
{
border-color: #AD161A;
}
.TagClassName
{
border-color: #AD161A;
}
</style>