Shades of Venetian Red #AD181E
Tints of Venetian Red #AD181E
RGB
CMYK
RGB Variations
Color information
#AD181E (or 0xAD181E) is known color: Venetian Red. HEX triplet: AD, 18 and 1E. RGB value is (173,24,30). Sum of RGB (Red+Green+Blue) = 173+24+30=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD181E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD181E is #52E7E1. Grayscale: #454545. Windows color (decimal): -5433314 or 1972397. OLE color: 1972397.
HSL color Cylindrical-coordinate representation of color #AD181E: hue angle of 357.58º 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 #AD181E is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 30 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.32 |
| HSL | 357.58º | 0.76% | 0.39% | - |
| HSV(B) | 357.58º | 0.86% | 0.68% | - |
| XYZ | 17.79 | 9.63 | 2.15 | - |
| YUV | 69.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 30 | 0 | 0.86 | 0.83 | 0.32 | 357.58 | 0.76 | 0.39 |
| Hex | AD | 18 | 1E | 0 | 56 | 53 | 20 | 166 | 4C | 27 |
| Octal | 255 | 30 | 36 | 0 | 126 | 123 | 40 | 546 | 114 | 47 |
| Binary | 10101101 | 11000 | 11110 | 0 | 1010110 | 1010011 | 100000 | 101100110 | 1001100 | 100111 |
Color Harmonies of #AD181E
Complementary color
Monochromatic Colors of #AD181E
Black with #AD181E
Text Example
Text Example
White with #AD181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD181E; }
p { color: rgb(173,24,30); }
H1.HeaderClassName
{
color: #AD181E;
}
.AnyTagClassName
{
color: #AD181E;
}
</style>
background-color css
<style>
a { background-color: #AD181E; }
a { background-color: rgb(173,24,30); }
div.DivClassName
{
background-color: #AD181E;
}
.BgClassName
{
background-color: #AD181E;
}
</style>
border-color css
<style>
span { border-color: #AD181E; }
span { border-color: rgb(173,24,30); }
td.TdClassName
{
border-color: #AD181E;
}
.TagClassName
{
border-color: #AD181E;
}
</style>