Shades of Venetian Red #AB1415
Tints of Venetian Red #AB1415
RGB
CMYK
RGB Variations
Color information
#AB1415 (or 0xAB1415) is known color: Venetian Red. HEX triplet: AB, 14 and 15. RGB value is (171,20,21). Sum of RGB (Red+Green+Blue) = 171+20+21=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1415 is #54EBEA. Grayscale: #414141. Windows color (decimal): -5565419 or 1381547. OLE color: 1381547.
HSL color Cylindrical-coordinate representation of color #AB1415: hue angle of 359.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1415 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 21 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.33 |
| HSL | 359.6º | 0.79% | 0.37% | - |
| HSV(B) | 359.6º | 0.88% | 0.67% | - |
| XYZ | 17.18 | 9.21 | 1.58 | - |
| YUV | 65.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 21 | 0 | 0.88 | 0.88 | 0.33 | 359.6 | 0.79 | 0.37 |
| Hex | AB | 14 | 15 | 0 | 58 | 58 | 21 | 168 | 4F | 25 |
| Octal | 253 | 24 | 25 | 0 | 130 | 130 | 41 | 550 | 117 | 45 |
| Binary | 10101011 | 10100 | 10101 | 0 | 1011000 | 1011000 | 100001 | 101101000 | 1001111 | 100101 |
Color Harmonies of #AB1415
Complementary color
Monochromatic Colors of #AB1415
Black with #AB1415
Text Example
Text Example
White with #AB1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1415; }
p { color: rgb(171,20,21); }
H1.HeaderClassName
{
color: #AB1415;
}
.AnyTagClassName
{
color: #AB1415;
}
</style>
background-color css
<style>
a { background-color: #AB1415; }
a { background-color: rgb(171,20,21); }
div.DivClassName
{
background-color: #AB1415;
}
.BgClassName
{
background-color: #AB1415;
}
</style>
border-color css
<style>
span { border-color: #AB1415; }
span { border-color: rgb(171,20,21); }
td.TdClassName
{
border-color: #AB1415;
}
.TagClassName
{
border-color: #AB1415;
}
</style>