Shades of Venetian Red #AD131B
Tints of Venetian Red #AD131B
RGB
CMYK
RGB Variations
Color information
#AD131B (or 0xAD131B) is known color: Venetian Red. HEX triplet: AD, 13 and 1B. RGB value is (173,19,27). Sum of RGB (Red+Green+Blue) = 173+19+27=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD131B is #52ECE4. Grayscale: #424242. Windows color (decimal): -5434597 or 1774509. OLE color: 1774509.
HSL color Cylindrical-coordinate representation of color #AD131B: hue angle of 356.88º 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 #AD131B is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 27 | - |
| CMYK | 0 | 0.89 | 0.84 | 0.32 |
| HSL | 356.88º | 0.8% | 0.38% | - |
| HSV(B) | 356.88º | 0.89% | 0.68% | - |
| XYZ | 17.66 | 9.43 | 1.93 | - |
| YUV | 65.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 27 | 0 | 0.89 | 0.84 | 0.32 | 356.88 | 0.8 | 0.38 |
| Hex | AD | 13 | 1B | 0 | 59 | 54 | 20 | 165 | 50 | 26 |
| Octal | 255 | 23 | 33 | 0 | 131 | 124 | 40 | 545 | 120 | 46 |
| Binary | 10101101 | 10011 | 11011 | 0 | 1011001 | 1010100 | 100000 | 101100101 | 1010000 | 100110 |
Color Harmonies of #AD131B
Complementary color
Monochromatic Colors of #AD131B
Black with #AD131B
Text Example
Text Example
White with #AD131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD131B; }
p { color: rgb(173,19,27); }
H1.HeaderClassName
{
color: #AD131B;
}
.AnyTagClassName
{
color: #AD131B;
}
</style>
background-color css
<style>
a { background-color: #AD131B; }
a { background-color: rgb(173,19,27); }
div.DivClassName
{
background-color: #AD131B;
}
.BgClassName
{
background-color: #AD131B;
}
</style>
border-color css
<style>
span { border-color: #AD131B; }
span { border-color: rgb(173,19,27); }
td.TdClassName
{
border-color: #AD131B;
}
.TagClassName
{
border-color: #AD131B;
}
</style>