Shades of Venetian Red #AD141E
Tints of Venetian Red #AD141E
RGB
CMYK
RGB Variations
Color information
#AD141E (or 0xAD141E) is known color: Venetian Red. HEX triplet: AD, 14 and 1E. RGB value is (173,20,30). Sum of RGB (Red+Green+Blue) = 173+20+30=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD141E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD141E is #52EBE1. Grayscale: #434343. Windows color (decimal): -5434338 or 1971373. OLE color: 1971373.
HSL color Cylindrical-coordinate representation of color #AD141E: hue angle of 356.08º 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 #AD141E is Cyan = 0, Magento = 0.88, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 30 | - |
| CMYK | 0 | 0.88 | 0.83 | 0.32 |
| HSL | 356.08º | 0.79% | 0.38% | - |
| HSV(B) | 356.08º | 0.88% | 0.68% | - |
| XYZ | 17.72 | 9.48 | 2.12 | - |
| YUV | 66.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 30 | 0 | 0.88 | 0.83 | 0.32 | 356.08 | 0.79 | 0.38 |
| Hex | AD | 14 | 1E | 0 | 58 | 53 | 20 | 164 | 4F | 26 |
| Octal | 255 | 24 | 36 | 0 | 130 | 123 | 40 | 544 | 117 | 46 |
| Binary | 10101101 | 10100 | 11110 | 0 | 1011000 | 1010011 | 100000 | 101100100 | 1001111 | 100110 |
Color Harmonies of #AD141E
Complementary color
Monochromatic Colors of #AD141E
Black with #AD141E
Text Example
Text Example
White with #AD141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD141E; }
p { color: rgb(173,20,30); }
H1.HeaderClassName
{
color: #AD141E;
}
.AnyTagClassName
{
color: #AD141E;
}
</style>
background-color css
<style>
a { background-color: #AD141E; }
a { background-color: rgb(173,20,30); }
div.DivClassName
{
background-color: #AD141E;
}
.BgClassName
{
background-color: #AD141E;
}
</style>
border-color css
<style>
span { border-color: #AD141E; }
span { border-color: rgb(173,20,30); }
td.TdClassName
{
border-color: #AD141E;
}
.TagClassName
{
border-color: #AD141E;
}
</style>