Shades of Venetian Red #AD181D
Tints of Venetian Red #AD181D
RGB
CMYK
RGB Variations
Color information
#AD181D (or 0xAD181D) is known color: Venetian Red. HEX triplet: AD, 18 and 1D. RGB value is (173,24,29). Sum of RGB (Red+Green+Blue) = 173+24+29=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 29 (11.72% from 255 or 12.83% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD181D is #52E7E2. Grayscale: #454545. Windows color (decimal): -5433315 or 1906861. OLE color: 1906861.
HSL color Cylindrical-coordinate representation of color #AD181D: hue angle of 357.99º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD181D is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 29 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.32 |
| HSL | 357.99º | 0.76% | 0.39% | - |
| HSV(B) | 357.99º | 0.86% | 0.68% | - |
| XYZ | 17.78 | 9.63 | 2.08 | - |
| YUV | 69.12 | 105.36 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 29 | 0 | 0.86 | 0.83 | 0.32 | 357.99 | 0.76 | 0.39 |
| Hex | AD | 18 | 1D | 0 | 56 | 53 | 20 | 166 | 4C | 27 |
| Octal | 255 | 30 | 35 | 0 | 126 | 123 | 40 | 546 | 114 | 47 |
| Binary | 10101101 | 11000 | 11101 | 0 | 1010110 | 1010011 | 100000 | 101100110 | 1001100 | 100111 |
Color Harmonies of #AD181D
Complementary color
Monochromatic Colors of #AD181D
Black with #AD181D
Text Example
Text Example
White with #AD181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD181D; }
p { color: rgb(173,24,29); }
H1.HeaderClassName
{
color: #AD181D;
}
.AnyTagClassName
{
color: #AD181D;
}
</style>
background-color css
<style>
a { background-color: #AD181D; }
a { background-color: rgb(173,24,29); }
div.DivClassName
{
background-color: #AD181D;
}
.BgClassName
{
background-color: #AD181D;
}
</style>
border-color css
<style>
span { border-color: #AD181D; }
span { border-color: rgb(173,24,29); }
td.TdClassName
{
border-color: #AD181D;
}
.TagClassName
{
border-color: #AD181D;
}
</style>