Shades of Venetian Red #AB191A
Tints of Venetian Red #AB191A
RGB
CMYK
RGB Variations
Color information
#AB191A (or 0xAB191A) is known color: Venetian Red. HEX triplet: AB, 19 and 1A. RGB value is (171,25,26). Sum of RGB (Red+Green+Blue) = 171+25+26=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB191A is #54E6E5. Grayscale: #444444. Windows color (decimal): -5564134 or 1710507. OLE color: 1710507.
HSL color Cylindrical-coordinate representation of color #AB191A: hue angle of 359.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB191A is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 26 | - |
| CMYK | 0 | 0.85 | 0.85 | 0.33 |
| HSL | 359.59º | 0.74% | 0.38% | - |
| HSV(B) | 359.59º | 0.85% | 0.67% | - |
| XYZ | 17.33 | 9.43 | 1.88 | - |
| YUV | 68.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 26 | 0 | 0.85 | 0.85 | 0.33 | 359.59 | 0.74 | 0.38 |
| Hex | AB | 19 | 1A | 0 | 55 | 55 | 21 | 168 | 4A | 26 |
| Octal | 253 | 31 | 32 | 0 | 125 | 125 | 41 | 550 | 112 | 46 |
| Binary | 10101011 | 11001 | 11010 | 0 | 1010101 | 1010101 | 100001 | 101101000 | 1001010 | 100110 |
Color Harmonies of #AB191A
Complementary color
Monochromatic Colors of #AB191A
Black with #AB191A
Text Example
Text Example
White with #AB191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB191A; }
p { color: rgb(171,25,26); }
H1.HeaderClassName
{
color: #AB191A;
}
.AnyTagClassName
{
color: #AB191A;
}
</style>
background-color css
<style>
a { background-color: #AB191A; }
a { background-color: rgb(171,25,26); }
div.DivClassName
{
background-color: #AB191A;
}
.BgClassName
{
background-color: #AB191A;
}
</style>
border-color css
<style>
span { border-color: #AB191A; }
span { border-color: rgb(171,25,26); }
td.TdClassName
{
border-color: #AB191A;
}
.TagClassName
{
border-color: #AB191A;
}
</style>