Shades of Venetian Red #AD131F
Tints of Venetian Red #AD131F
RGB
CMYK
RGB Variations
Color information
#AD131F (or 0xAD131F) is known color: Venetian Red. HEX triplet: AD, 13 and 1F. RGB value is (173,19,31). Sum of RGB (Red+Green+Blue) = 173+19+31=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD131F is #52ECE0. Grayscale: #424242. Windows color (decimal): -5434593 or 2036653. OLE color: 2036653.
HSL color Cylindrical-coordinate representation of color #AD131F: hue angle of 355.32º 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 #AD131F is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 31 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.32 |
| HSL | 355.32º | 0.8% | 0.38% | - |
| HSV(B) | 355.32º | 0.89% | 0.68% | - |
| XYZ | 17.71 | 9.45 | 2.19 | - |
| YUV | 66.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 31 | 0 | 0.89 | 0.82 | 0.32 | 355.32 | 0.8 | 0.38 |
| Hex | AD | 13 | 1F | 0 | 59 | 52 | 20 | 163 | 50 | 26 |
| Octal | 255 | 23 | 37 | 0 | 131 | 122 | 40 | 543 | 120 | 46 |
| Binary | 10101101 | 10011 | 11111 | 0 | 1011001 | 1010010 | 100000 | 101100011 | 1010000 | 100110 |
Color Harmonies of #AD131F
Complementary color
Monochromatic Colors of #AD131F
Black with #AD131F
Text Example
Text Example
White with #AD131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD131F; }
p { color: rgb(173,19,31); }
H1.HeaderClassName
{
color: #AD131F;
}
.AnyTagClassName
{
color: #AD131F;
}
</style>
background-color css
<style>
a { background-color: #AD131F; }
a { background-color: rgb(173,19,31); }
div.DivClassName
{
background-color: #AD131F;
}
.BgClassName
{
background-color: #AD131F;
}
</style>
border-color css
<style>
span { border-color: #AD131F; }
span { border-color: rgb(173,19,31); }
td.TdClassName
{
border-color: #AD131F;
}
.TagClassName
{
border-color: #AD131F;
}
</style>