Shades of Venetian Red #AB1617
Tints of Venetian Red #AB1617
RGB
CMYK
RGB Variations
Color information
#AB1617 (or 0xAB1617) is known color: Venetian Red. HEX triplet: AB, 16 and 17. RGB value is (171,22,23). Sum of RGB (Red+Green+Blue) = 171+22+23=216 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.17% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1617 is #54E9E8. Grayscale: #424242. Windows color (decimal): -5564905 or 1513131. OLE color: 1513131.
HSL color Cylindrical-coordinate representation of color #AB1617: hue angle of 359.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1617 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 23 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.33 |
| HSL | 359.6º | 0.77% | 0.38% | - |
| HSV(B) | 359.6º | 0.87% | 0.67% | - |
| XYZ | 17.24 | 9.29 | 1.7 | - |
| YUV | 66.67 | 103.36 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 23 | 0 | 0.87 | 0.87 | 0.33 | 359.6 | 0.77 | 0.38 |
| Hex | AB | 16 | 17 | 0 | 57 | 57 | 21 | 168 | 4D | 26 |
| Octal | 253 | 26 | 27 | 0 | 127 | 127 | 41 | 550 | 115 | 46 |
| Binary | 10101011 | 10110 | 10111 | 0 | 1010111 | 1010111 | 100001 | 101101000 | 1001101 | 100110 |
Color Harmonies of #AB1617
Complementary color
Monochromatic Colors of #AB1617
Black with #AB1617
Text Example
Text Example
White with #AB1617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1617; }
p { color: rgb(171,22,23); }
H1.HeaderClassName
{
color: #AB1617;
}
.AnyTagClassName
{
color: #AB1617;
}
</style>
background-color css
<style>
a { background-color: #AB1617; }
a { background-color: rgb(171,22,23); }
div.DivClassName
{
background-color: #AB1617;
}
.BgClassName
{
background-color: #AB1617;
}
</style>
border-color css
<style>
span { border-color: #AB1617; }
span { border-color: rgb(171,22,23); }
td.TdClassName
{
border-color: #AB1617;
}
.TagClassName
{
border-color: #AB1617;
}
</style>