Shades of Venetian Red #AB191D
Tints of Venetian Red #AB191D
RGB
CMYK
RGB Variations
Color information
#AB191D (or 0xAB191D) is known color: Venetian Red. HEX triplet: AB, 19 and 1D. RGB value is (171,25,29). Sum of RGB (Red+Green+Blue) = 171+25+29=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB191D is #54E6E2. Grayscale: #454545. Windows color (decimal): -5564131 or 1907115. OLE color: 1907115.
HSL color Cylindrical-coordinate representation of color #AB191D: hue angle of 358.36º 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 #AB191D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 29 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.33 |
| HSL | 358.36º | 0.74% | 0.38% | - |
| HSV(B) | 358.36º | 0.85% | 0.67% | - |
| XYZ | 17.36 | 9.44 | 2.07 | - |
| YUV | 69.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 29 | 0 | 0.85 | 0.83 | 0.33 | 358.36 | 0.74 | 0.38 |
| Hex | AB | 19 | 1D | 0 | 55 | 53 | 21 | 166 | 4A | 26 |
| Octal | 253 | 31 | 35 | 0 | 125 | 123 | 41 | 546 | 112 | 46 |
| Binary | 10101011 | 11001 | 11101 | 0 | 1010101 | 1010011 | 100001 | 101100110 | 1001010 | 100110 |
Color Harmonies of #AB191D
Complementary color
Monochromatic Colors of #AB191D
Black with #AB191D
Text Example
Text Example
White with #AB191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB191D; }
p { color: rgb(171,25,29); }
H1.HeaderClassName
{
color: #AB191D;
}
.AnyTagClassName
{
color: #AB191D;
}
</style>
background-color css
<style>
a { background-color: #AB191D; }
a { background-color: rgb(171,25,29); }
div.DivClassName
{
background-color: #AB191D;
}
.BgClassName
{
background-color: #AB191D;
}
</style>
border-color css
<style>
span { border-color: #AB191D; }
span { border-color: rgb(171,25,29); }
td.TdClassName
{
border-color: #AB191D;
}
.TagClassName
{
border-color: #AB191D;
}
</style>