Shades of Venetian Red #AB191B
Tints of Venetian Red #AB191B
RGB
CMYK
RGB Variations
Color information
#AB191B (or 0xAB191B) is known color: Venetian Red. HEX triplet: AB, 19 and 1B. RGB value is (171,25,27). Sum of RGB (Red+Green+Blue) = 171+25+27=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB191B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB191B is #54E6E4. Grayscale: #454545. Windows color (decimal): -5564133 or 1776043. OLE color: 1776043.
HSL color Cylindrical-coordinate representation of color #AB191B: hue angle of 359.18º 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 #AB191B is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 27 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.33 |
| HSL | 359.18º | 0.74% | 0.38% | - |
| HSV(B) | 359.18º | 0.85% | 0.67% | - |
| XYZ | 17.34 | 9.43 | 1.94 | - |
| YUV | 68.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 27 | 0 | 0.85 | 0.84 | 0.33 | 359.18 | 0.74 | 0.38 |
| Hex | AB | 19 | 1B | 0 | 55 | 54 | 21 | 167 | 4A | 26 |
| Octal | 253 | 31 | 33 | 0 | 125 | 124 | 41 | 547 | 112 | 46 |
| Binary | 10101011 | 11001 | 11011 | 0 | 1010101 | 1010100 | 100001 | 101100111 | 1001010 | 100110 |
Color Harmonies of #AB191B
Complementary color
Monochromatic Colors of #AB191B
Black with #AB191B
Text Example
Text Example
White with #AB191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB191B; }
p { color: rgb(171,25,27); }
H1.HeaderClassName
{
color: #AB191B;
}
.AnyTagClassName
{
color: #AB191B;
}
</style>
background-color css
<style>
a { background-color: #AB191B; }
a { background-color: rgb(171,25,27); }
div.DivClassName
{
background-color: #AB191B;
}
.BgClassName
{
background-color: #AB191B;
}
</style>
border-color css
<style>
span { border-color: #AB191B; }
span { border-color: rgb(171,25,27); }
td.TdClassName
{
border-color: #AB191B;
}
.TagClassName
{
border-color: #AB191B;
}
</style>