Shades of Venetian Red #AD181C
Tints of Venetian Red #AD181C
RGB
CMYK
RGB Variations
Color information
#AD181C (or 0xAD181C) is known color: Venetian Red. HEX triplet: AD, 18 and 1C. RGB value is (173,24,28). Sum of RGB (Red+Green+Blue) = 173+24+28=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 28 (11.33% from 255 or 12.44% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD181C is #52E7E3. Grayscale: #454545. Windows color (decimal): -5433316 or 1841325. OLE color: 1841325.
HSL color Cylindrical-coordinate representation of color #AD181C: hue angle of 358.39º 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 #AD181C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 28 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.32 |
| HSL | 358.39º | 0.76% | 0.39% | - |
| HSV(B) | 358.39º | 0.86% | 0.68% | - |
| XYZ | 17.77 | 9.62 | 2.02 | - |
| YUV | 69.01 | 104.86 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 28 | 0 | 0.86 | 0.84 | 0.32 | 358.39 | 0.76 | 0.39 |
| Hex | AD | 18 | 1C | 0 | 56 | 54 | 20 | 166 | 4C | 27 |
| Octal | 255 | 30 | 34 | 0 | 126 | 124 | 40 | 546 | 114 | 47 |
| Binary | 10101101 | 11000 | 11100 | 0 | 1010110 | 1010100 | 100000 | 101100110 | 1001100 | 100111 |
Color Harmonies of #AD181C
Complementary color
Monochromatic Colors of #AD181C
Black with #AD181C
Text Example
Text Example
White with #AD181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD181C; }
p { color: rgb(173,24,28); }
H1.HeaderClassName
{
color: #AD181C;
}
.AnyTagClassName
{
color: #AD181C;
}
</style>
background-color css
<style>
a { background-color: #AD181C; }
a { background-color: rgb(173,24,28); }
div.DivClassName
{
background-color: #AD181C;
}
.BgClassName
{
background-color: #AD181C;
}
</style>
border-color css
<style>
span { border-color: #AD181C; }
span { border-color: rgb(173,24,28); }
td.TdClassName
{
border-color: #AD181C;
}
.TagClassName
{
border-color: #AD181C;
}
</style>