Shades of Venetian Red #AD141C
Tints of Venetian Red #AD141C
RGB
CMYK
RGB Variations
Color information
#AD141C (or 0xAD141C) is known color: Venetian Red. HEX triplet: AD, 14 and 1C. RGB value is (173,20,28). Sum of RGB (Red+Green+Blue) = 173+20+28=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 20 (8.20% from 255 or 9.05% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD141C is #52EBE3. Grayscale: #424242. Windows color (decimal): -5434340 or 1840301. OLE color: 1840301.
HSL color Cylindrical-coordinate representation of color #AD141C: hue angle of 356.86º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD141C is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 28 | - |
| CMYK | 0 | 0.88 | 0.84 | 0.32 |
| HSL | 356.86º | 0.79% | 0.38% | - |
| HSV(B) | 356.86º | 0.88% | 0.68% | - |
| XYZ | 17.69 | 9.47 | 1.99 | - |
| YUV | 66.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 28 | 0 | 0.88 | 0.84 | 0.32 | 356.86 | 0.79 | 0.38 |
| Hex | AD | 14 | 1C | 0 | 58 | 54 | 20 | 165 | 4F | 26 |
| Octal | 255 | 24 | 34 | 0 | 130 | 124 | 40 | 545 | 117 | 46 |
| Binary | 10101101 | 10100 | 11100 | 0 | 1011000 | 1010100 | 100000 | 101100101 | 1001111 | 100110 |
Color Harmonies of #AD141C
Complementary color
Monochromatic Colors of #AD141C
Black with #AD141C
Text Example
Text Example
White with #AD141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD141C; }
p { color: rgb(173,20,28); }
H1.HeaderClassName
{
color: #AD141C;
}
.AnyTagClassName
{
color: #AD141C;
}
</style>
background-color css
<style>
a { background-color: #AD141C; }
a { background-color: rgb(173,20,28); }
div.DivClassName
{
background-color: #AD141C;
}
.BgClassName
{
background-color: #AD141C;
}
</style>
border-color css
<style>
span { border-color: #AD141C; }
span { border-color: rgb(173,20,28); }
td.TdClassName
{
border-color: #AD141C;
}
.TagClassName
{
border-color: #AD141C;
}
</style>