Shades of Venetian Red #AC1315
Tints of Venetian Red #AC1315
RGB
CMYK
RGB Variations
Color information
#AC1315 (or 0xAC1315) is known color: Venetian Red. HEX triplet: AC, 13 and 15. RGB value is (172,19,21). Sum of RGB (Red+Green+Blue) = 172+19+21=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1315 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1315 is #53ECEA. Grayscale: #414141. Windows color (decimal): -5500139 or 1381292. OLE color: 1381292.
HSL color Cylindrical-coordinate representation of color #AC1315: hue angle of 359.22º 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 #AC1315 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 21 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.33 |
| HSL | 359.22º | 0.8% | 0.37% | - |
| HSV(B) | 359.22º | 0.89% | 0.67% | - |
| XYZ | 17.38 | 9.29 | 1.59 | - |
| YUV | 64.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 21 | 0 | 0.89 | 0.88 | 0.33 | 359.22 | 0.8 | 0.37 |
| Hex | AC | 13 | 15 | 0 | 59 | 58 | 21 | 167 | 50 | 25 |
| Octal | 254 | 23 | 25 | 0 | 131 | 130 | 41 | 547 | 120 | 45 |
| Binary | 10101100 | 10011 | 10101 | 0 | 1011001 | 1011000 | 100001 | 101100111 | 1010000 | 100101 |
Color Harmonies of #AC1315
Complementary color
Monochromatic Colors of #AC1315
Black with #AC1315
Text Example
Text Example
White with #AC1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1315; }
p { color: rgb(172,19,21); }
H1.HeaderClassName
{
color: #AC1315;
}
.AnyTagClassName
{
color: #AC1315;
}
</style>
background-color css
<style>
a { background-color: #AC1315; }
a { background-color: rgb(172,19,21); }
div.DivClassName
{
background-color: #AC1315;
}
.BgClassName
{
background-color: #AC1315;
}
</style>
border-color css
<style>
span { border-color: #AC1315; }
span { border-color: rgb(172,19,21); }
td.TdClassName
{
border-color: #AC1315;
}
.TagClassName
{
border-color: #AC1315;
}
</style>