Shades of Venetian Red #AD1819
Tints of Venetian Red #AD1819
RGB
CMYK
RGB Variations
Color information
#AD1819 (or 0xAD1819) is known color: Venetian Red. HEX triplet: AD, 18 and 19. RGB value is (173,24,25). Sum of RGB (Red+Green+Blue) = 173+24+25=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1819 is #52E7E6. Grayscale: #444444. Windows color (decimal): -5433319 or 1644717. OLE color: 1644717.
HSL color Cylindrical-coordinate representation of color #AD1819: hue angle of 359.6º 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 #AD1819 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 25 | - |
| CMYK | 0 | 0.86 | 0.86 | 0.32 |
| HSL | 359.6º | 0.76% | 0.39% | - |
| HSV(B) | 359.6º | 0.86% | 0.68% | - |
| XYZ | 17.74 | 9.61 | 1.84 | - |
| YUV | 68.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 25 | 0 | 0.86 | 0.86 | 0.32 | 359.6 | 0.76 | 0.39 |
| Hex | AD | 18 | 19 | 0 | 56 | 56 | 20 | 168 | 4C | 27 |
| Octal | 255 | 30 | 31 | 0 | 126 | 126 | 40 | 550 | 114 | 47 |
| Binary | 10101101 | 11000 | 11001 | 0 | 1010110 | 1010110 | 100000 | 101101000 | 1001100 | 100111 |
Color Harmonies of #AD1819
Complementary color
Monochromatic Colors of #AD1819
Black with #AD1819
Text Example
Text Example
White with #AD1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1819; }
p { color: rgb(173,24,25); }
H1.HeaderClassName
{
color: #AD1819;
}
.AnyTagClassName
{
color: #AD1819;
}
</style>
background-color css
<style>
a { background-color: #AD1819; }
a { background-color: rgb(173,24,25); }
div.DivClassName
{
background-color: #AD1819;
}
.BgClassName
{
background-color: #AD1819;
}
</style>
border-color css
<style>
span { border-color: #AD1819; }
span { border-color: rgb(173,24,25); }
td.TdClassName
{
border-color: #AD1819;
}
.TagClassName
{
border-color: #AD1819;
}
</style>