Shades of Venetian Red #AD161C
Tints of Venetian Red #AD161C
RGB
CMYK
RGB Variations
Color information
#AD161C (or 0xAD161C) is known color: Venetian Red. HEX triplet: AD, 16 and 1C. RGB value is (173,22,28). Sum of RGB (Red+Green+Blue) = 173+22+28=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD161C is #52E9E3. Grayscale: #434343. Windows color (decimal): -5433828 or 1840813. OLE color: 1840813.
HSL color Cylindrical-coordinate representation of color #AD161C: hue angle of 357.62º 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 #AD161C is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 28 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.32 |
| HSL | 357.62º | 0.77% | 0.38% | - |
| HSV(B) | 357.62º | 0.87% | 0.68% | - |
| XYZ | 17.73 | 9.54 | 2.01 | - |
| YUV | 67.83 | 105.53 | 203.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 28 | 0 | 0.87 | 0.84 | 0.32 | 357.62 | 0.77 | 0.38 |
| Hex | AD | 16 | 1C | 0 | 57 | 54 | 20 | 166 | 4D | 26 |
| Octal | 255 | 26 | 34 | 0 | 127 | 124 | 40 | 546 | 115 | 46 |
| Binary | 10101101 | 10110 | 11100 | 0 | 1010111 | 1010100 | 100000 | 101100110 | 1001101 | 100110 |
Color Harmonies of #AD161C
Complementary color
Monochromatic Colors of #AD161C
Black with #AD161C
Text Example
Text Example
White with #AD161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD161C; }
p { color: rgb(173,22,28); }
H1.HeaderClassName
{
color: #AD161C;
}
.AnyTagClassName
{
color: #AD161C;
}
</style>
background-color css
<style>
a { background-color: #AD161C; }
a { background-color: rgb(173,22,28); }
div.DivClassName
{
background-color: #AD161C;
}
.BgClassName
{
background-color: #AD161C;
}
</style>
border-color css
<style>
span { border-color: #AD161C; }
span { border-color: rgb(173,22,28); }
td.TdClassName
{
border-color: #AD161C;
}
.TagClassName
{
border-color: #AD161C;
}
</style>