Shades of Venetian Red #AB181B
Tints of Venetian Red #AB181B
RGB
CMYK
RGB Variations
Color information
#AB181B (or 0xAB181B) is known color: Venetian Red. HEX triplet: AB, 18 and 1B. RGB value is (171,24,27). Sum of RGB (Red+Green+Blue) = 171+24+27=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB181B is #54E7E4. Grayscale: #444444. Windows color (decimal): -5564389 or 1775787. OLE color: 1775787.
HSL color Cylindrical-coordinate representation of color #AB181B: hue angle of 358.78º 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 #AB181B is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 27 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.33 |
| HSL | 358.78º | 0.75% | 0.38% | - |
| HSV(B) | 358.78º | 0.86% | 0.67% | - |
| XYZ | 17.32 | 9.39 | 1.94 | - |
| YUV | 68.3 | 104.7 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 27 | 0 | 0.86 | 0.84 | 0.33 | 358.78 | 0.75 | 0.38 |
| Hex | AB | 18 | 1B | 0 | 56 | 54 | 21 | 167 | 4B | 26 |
| Octal | 253 | 30 | 33 | 0 | 126 | 124 | 41 | 547 | 113 | 46 |
| Binary | 10101011 | 11000 | 11011 | 0 | 1010110 | 1010100 | 100001 | 101100111 | 1001011 | 100110 |
Color Harmonies of #AB181B
Complementary color
Monochromatic Colors of #AB181B
Black with #AB181B
Text Example
Text Example
White with #AB181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB181B; }
p { color: rgb(171,24,27); }
H1.HeaderClassName
{
color: #AB181B;
}
.AnyTagClassName
{
color: #AB181B;
}
</style>
background-color css
<style>
a { background-color: #AB181B; }
a { background-color: rgb(171,24,27); }
div.DivClassName
{
background-color: #AB181B;
}
.BgClassName
{
background-color: #AB181B;
}
</style>
border-color css
<style>
span { border-color: #AB181B; }
span { border-color: rgb(171,24,27); }
td.TdClassName
{
border-color: #AB181B;
}
.TagClassName
{
border-color: #AB181B;
}
</style>