Shades of Venetian Red #AD131D
Tints of Venetian Red #AD131D
RGB
CMYK
RGB Variations
Color information
#AD131D (or 0xAD131D) is known color: Venetian Red. HEX triplet: AD, 13 and 1D. RGB value is (173,19,29). Sum of RGB (Red+Green+Blue) = 173+19+29=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD131D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD131D is #52ECE2. Grayscale: #424242. Windows color (decimal): -5434595 or 1905581. OLE color: 1905581.
HSL color Cylindrical-coordinate representation of color #AD131D: hue angle of 356.1º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD131D is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 29 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.32 |
| HSL | 356.1º | 0.8% | 0.38% | - |
| HSV(B) | 356.1º | 0.89% | 0.68% | - |
| XYZ | 17.69 | 9.44 | 2.05 | - |
| YUV | 66.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 29 | 0 | 0.89 | 0.83 | 0.32 | 356.1 | 0.8 | 0.38 |
| Hex | AD | 13 | 1D | 0 | 59 | 53 | 20 | 164 | 50 | 26 |
| Octal | 255 | 23 | 35 | 0 | 131 | 123 | 40 | 544 | 120 | 46 |
| Binary | 10101101 | 10011 | 11101 | 0 | 1011001 | 1010011 | 100000 | 101100100 | 1010000 | 100110 |
Color Harmonies of #AD131D
Complementary color
Monochromatic Colors of #AD131D
Black with #AD131D
Text Example
Text Example
White with #AD131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD131D; }
p { color: rgb(173,19,29); }
H1.HeaderClassName
{
color: #AD131D;
}
.AnyTagClassName
{
color: #AD131D;
}
</style>
background-color css
<style>
a { background-color: #AD131D; }
a { background-color: rgb(173,19,29); }
div.DivClassName
{
background-color: #AD131D;
}
.BgClassName
{
background-color: #AD131D;
}
</style>
border-color css
<style>
span { border-color: #AD131D; }
span { border-color: rgb(173,19,29); }
td.TdClassName
{
border-color: #AD131D;
}
.TagClassName
{
border-color: #AD131D;
}
</style>