Shades of Venetian Red #AC1619
Tints of Venetian Red #AC1619
RGB
CMYK
RGB Variations
Color information
#AC1619 (or 0xAC1619) is known color: Venetian Red. HEX triplet: AC, 16 and 19. RGB value is (172,22,25). Sum of RGB (Red+Green+Blue) = 172+22+25=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1619 is #53E9E6. Grayscale: #434343. Windows color (decimal): -5499367 or 1644204. OLE color: 1644204.
HSL color Cylindrical-coordinate representation of color #AC1619: hue angle of 358.8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1619 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 22 | 25 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.33 |
| HSL | 358.8º | 0.77% | 0.38% | - |
| HSV(B) | 358.8º | 0.87% | 0.67% | - |
| XYZ | 17.48 | 9.41 | 1.82 | - |
| YUV | 67.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 22 | 25 | 0 | 0.87 | 0.85 | 0.33 | 358.8 | 0.77 | 0.38 |
| Hex | AC | 16 | 19 | 0 | 57 | 55 | 21 | 167 | 4D | 26 |
| Octal | 254 | 26 | 31 | 0 | 127 | 125 | 41 | 547 | 115 | 46 |
| Binary | 10101100 | 10110 | 11001 | 0 | 1010111 | 1010101 | 100001 | 101100111 | 1001101 | 100110 |
Color Harmonies of #AC1619
Complementary color
Monochromatic Colors of #AC1619
Black with #AC1619
Text Example
Text Example
White with #AC1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1619; }
p { color: rgb(172,22,25); }
H1.HeaderClassName
{
color: #AC1619;
}
.AnyTagClassName
{
color: #AC1619;
}
</style>
background-color css
<style>
a { background-color: #AC1619; }
a { background-color: rgb(172,22,25); }
div.DivClassName
{
background-color: #AC1619;
}
.BgClassName
{
background-color: #AC1619;
}
</style>
border-color css
<style>
span { border-color: #AC1619; }
span { border-color: rgb(172,22,25); }
td.TdClassName
{
border-color: #AC1619;
}
.TagClassName
{
border-color: #AC1619;
}
</style>