Shades of Venetian Red #AB181C
Tints of Venetian Red #AB181C
RGB
CMYK
RGB Variations
Color information
#AB181C (or 0xAB181C) is known color: Venetian Red. HEX triplet: AB, 18 and 1C. RGB value is (171,24,28). Sum of RGB (Red+Green+Blue) = 171+24+28=223 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.68% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 171 - color contains mainly: red. Hex color #AB181C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB181C is #54E7E3. Grayscale: #444444. Windows color (decimal): -5564388 or 1841323. OLE color: 1841323.
HSL color Cylindrical-coordinate representation of color #AB181C: hue angle of 358.37º 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 #AB181C is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 28 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.33 |
| HSL | 358.37º | 0.75% | 0.38% | - |
| HSV(B) | 358.37º | 0.86% | 0.67% | - |
| XYZ | 17.33 | 9.4 | 2 | - |
| YUV | 68.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 28 | 0 | 0.86 | 0.84 | 0.33 | 358.37 | 0.75 | 0.38 |
| Hex | AB | 18 | 1C | 0 | 56 | 54 | 21 | 166 | 4B | 26 |
| Octal | 253 | 30 | 34 | 0 | 126 | 124 | 41 | 546 | 113 | 46 |
| Binary | 10101011 | 11000 | 11100 | 0 | 1010110 | 1010100 | 100001 | 101100110 | 1001011 | 100110 |
Color Harmonies of #AB181C
Complementary color
Monochromatic Colors of #AB181C
Black with #AB181C
Text Example
Text Example
White with #AB181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB181C; }
p { color: rgb(171,24,28); }
H1.HeaderClassName
{
color: #AB181C;
}
.AnyTagClassName
{
color: #AB181C;
}
</style>
background-color css
<style>
a { background-color: #AB181C; }
a { background-color: rgb(171,24,28); }
div.DivClassName
{
background-color: #AB181C;
}
.BgClassName
{
background-color: #AB181C;
}
</style>
border-color css
<style>
span { border-color: #AB181C; }
span { border-color: rgb(171,24,28); }
td.TdClassName
{
border-color: #AB181C;
}
.TagClassName
{
border-color: #AB181C;
}
</style>