Shades of Venetian Red #AB1719
Tints of Venetian Red #AB1719
RGB
CMYK
RGB Variations
Color information
#AB1719 (or 0xAB1719) is known color: Venetian Red. HEX triplet: AB, 17 and 19. RGB value is (171,23,25). Sum of RGB (Red+Green+Blue) = 171+23+25=219 (29% of max value = 765). Red value is 171 (67.19% from 255 or 78.08% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1719 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1719 is #54E8E6. Grayscale: #434343. Windows color (decimal): -5564647 or 1644459. OLE color: 1644459.
HSL color Cylindrical-coordinate representation of color #AB1719: hue angle of 359.19º degrees, saturation: 0.76, 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 #AB1719 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 25 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.33 |
| HSL | 359.19º | 0.76% | 0.38% | - |
| HSV(B) | 359.19º | 0.87% | 0.67% | - |
| XYZ | 17.28 | 9.34 | 1.81 | - |
| YUV | 67.48 | 104.03 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 25 | 0 | 0.87 | 0.85 | 0.33 | 359.19 | 0.76 | 0.38 |
| Hex | AB | 17 | 19 | 0 | 57 | 55 | 21 | 167 | 4C | 26 |
| Octal | 253 | 27 | 31 | 0 | 127 | 125 | 41 | 547 | 114 | 46 |
| Binary | 10101011 | 10111 | 11001 | 0 | 1010111 | 1010101 | 100001 | 101100111 | 1001100 | 100110 |
Color Harmonies of #AB1719
Complementary color
Monochromatic Colors of #AB1719
Black with #AB1719
Text Example
Text Example
White with #AB1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1719; }
p { color: rgb(171,23,25); }
H1.HeaderClassName
{
color: #AB1719;
}
.AnyTagClassName
{
color: #AB1719;
}
</style>
background-color css
<style>
a { background-color: #AB1719; }
a { background-color: rgb(171,23,25); }
div.DivClassName
{
background-color: #AB1719;
}
.BgClassName
{
background-color: #AB1719;
}
</style>
border-color css
<style>
span { border-color: #AB1719; }
span { border-color: rgb(171,23,25); }
td.TdClassName
{
border-color: #AB1719;
}
.TagClassName
{
border-color: #AB1719;
}
</style>