Shades of Venetian Red #AB181A
Tints of Venetian Red #AB181A
RGB
CMYK
RGB Variations
Color information
#AB181A (or 0xAB181A) is known color: Venetian Red. HEX triplet: AB, 18 and 1A. RGB value is (171,24,26). Sum of RGB (Red+Green+Blue) = 171+24+26=221 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.38% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 171 - color contains mainly: red. Hex color #AB181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB181A is #54E7E5. Grayscale: #444444. Windows color (decimal): -5564390 or 1710251. OLE color: 1710251.
HSL color Cylindrical-coordinate representation of color #AB181A: hue angle of 359.18º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB181A is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 26 | - |
| CMYK | 0 | 0.86 | 0.85 | 0.33 |
| HSL | 359.18º | 0.75% | 0.38% | - |
| HSV(B) | 359.18º | 0.86% | 0.67% | - |
| XYZ | 17.31 | 9.39 | 1.88 | - |
| YUV | 68.18 | 104.2 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 26 | 0 | 0.86 | 0.85 | 0.33 | 359.18 | 0.75 | 0.38 |
| Hex | AB | 18 | 1A | 0 | 56 | 55 | 21 | 167 | 4B | 26 |
| Octal | 253 | 30 | 32 | 0 | 126 | 125 | 41 | 547 | 113 | 46 |
| Binary | 10101011 | 11000 | 11010 | 0 | 1010110 | 1010101 | 100001 | 101100111 | 1001011 | 100110 |
Color Harmonies of #AB181A
Complementary color
Monochromatic Colors of #AB181A
Black with #AB181A
Text Example
Text Example
White with #AB181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB181A; }
p { color: rgb(171,24,26); }
H1.HeaderClassName
{
color: #AB181A;
}
.AnyTagClassName
{
color: #AB181A;
}
</style>
background-color css
<style>
a { background-color: #AB181A; }
a { background-color: rgb(171,24,26); }
div.DivClassName
{
background-color: #AB181A;
}
.BgClassName
{
background-color: #AB181A;
}
</style>
border-color css
<style>
span { border-color: #AB181A; }
span { border-color: rgb(171,24,26); }
td.TdClassName
{
border-color: #AB181A;
}
.TagClassName
{
border-color: #AB181A;
}
</style>