Shades of Venetian Red #AC1112
Tints of Venetian Red #AC1112
RGB
CMYK
RGB Variations
Color information
#AC1112 (or 0xAC1112) is known color: Venetian Red. HEX triplet: AC, 11 and 12. RGB value is (172,17,18). Sum of RGB (Red+Green+Blue) = 172+17+18=207 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.09% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1112 is #53EEED. Grayscale: #3F3F3F. Windows color (decimal): -5500654 or 1184172. OLE color: 1184172.
HSL color Cylindrical-coordinate representation of color #AC1112: hue angle of 359.61º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1112 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 17 | 18 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.33 |
| HSL | 359.61º | 0.82% | 0.37% | - |
| HSV(B) | 359.61º | 0.9% | 0.67% | - |
| XYZ | 17.32 | 9.22 | 1.44 | - |
| YUV | 63.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 17 | 18 | 0 | 0.90 | 0.90 | 0.33 | 359.61 | 0.82 | 0.37 |
| Hex | AC | 11 | 12 | 0 | 5A | 5A | 21 | 168 | 52 | 25 |
| Octal | 254 | 21 | 22 | 0 | 132 | 132 | 41 | 550 | 122 | 45 |
| Binary | 10101100 | 10001 | 10010 | 0 | 1011010 | 1011010 | 100001 | 101101000 | 1010010 | 100101 |
Color Harmonies of #AC1112
Complementary color
Monochromatic Colors of #AC1112
Black with #AC1112
Text Example
Text Example
White with #AC1112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1112; }
p { color: rgb(172,17,18); }
H1.HeaderClassName
{
color: #AC1112;
}
.AnyTagClassName
{
color: #AC1112;
}
</style>
background-color css
<style>
a { background-color: #AC1112; }
a { background-color: rgb(172,17,18); }
div.DivClassName
{
background-color: #AC1112;
}
.BgClassName
{
background-color: #AC1112;
}
</style>
border-color css
<style>
span { border-color: #AC1112; }
span { border-color: rgb(172,17,18); }
td.TdClassName
{
border-color: #AC1112;
}
.TagClassName
{
border-color: #AC1112;
}
</style>