Shades of Venetian Red #AC131A
Tints of Venetian Red #AC131A
RGB
CMYK
RGB Variations
Color information
#AC131A (or 0xAC131A) is known color: Venetian Red. HEX triplet: AC, 13 and 1A. RGB value is (172,19,26). Sum of RGB (Red+Green+Blue) = 172+19+26=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC131A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC131A is #53ECE5. Grayscale: #414141. Windows color (decimal): -5500134 or 1708972. OLE color: 1708972.
HSL color Cylindrical-coordinate representation of color #AC131A: hue angle of 357.25º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC131A is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 26 | - |
| CMYK | 0 | 0.89 | 0.85 | 0.33 |
| HSL | 357.25º | 0.8% | 0.37% | - |
| HSV(B) | 357.25º | 0.89% | 0.67% | - |
| XYZ | 17.43 | 9.31 | 1.86 | - |
| YUV | 65.55 | 105.69 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 26 | 0 | 0.89 | 0.85 | 0.33 | 357.25 | 0.8 | 0.37 |
| Hex | AC | 13 | 1A | 0 | 59 | 55 | 21 | 165 | 50 | 25 |
| Octal | 254 | 23 | 32 | 0 | 131 | 125 | 41 | 545 | 120 | 45 |
| Binary | 10101100 | 10011 | 11010 | 0 | 1011001 | 1010101 | 100001 | 101100101 | 1010000 | 100101 |
Color Harmonies of #AC131A
Complementary color
Monochromatic Colors of #AC131A
Black with #AC131A
Text Example
Text Example
White with #AC131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC131A; }
p { color: rgb(172,19,26); }
H1.HeaderClassName
{
color: #AC131A;
}
.AnyTagClassName
{
color: #AC131A;
}
</style>
background-color css
<style>
a { background-color: #AC131A; }
a { background-color: rgb(172,19,26); }
div.DivClassName
{
background-color: #AC131A;
}
.BgClassName
{
background-color: #AC131A;
}
</style>
border-color css
<style>
span { border-color: #AC131A; }
span { border-color: rgb(172,19,26); }
td.TdClassName
{
border-color: #AC131A;
}
.TagClassName
{
border-color: #AC131A;
}
</style>