Shades of Venetian Red #AC1721
Tints of Venetian Red #AC1721
RGB
CMYK
RGB Variations
Color information
#AC1721 (or 0xAC1721) is known color: Venetian Red. HEX triplet: AC, 17 and 21. RGB value is (172,23,33). Sum of RGB (Red+Green+Blue) = 172+23+33=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 23 (9.38% from 255 or 10.09% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1721 is #53E8DE. Grayscale: #444444. Windows color (decimal): -5499103 or 2168748. OLE color: 2168748.
HSL color Cylindrical-coordinate representation of color #AC1721: hue angle of 355.97º degrees, saturation: 0.76, 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 #AC1721 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 33 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.33 |
| HSL | 355.97º | 0.76% | 0.38% | - |
| HSV(B) | 355.97º | 0.87% | 0.67% | - |
| XYZ | 17.59 | 9.49 | 2.34 | - |
| YUV | 68.69 | 107.86 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 33 | 0 | 0.87 | 0.81 | 0.33 | 355.97 | 0.76 | 0.38 |
| Hex | AC | 17 | 21 | 0 | 57 | 51 | 21 | 164 | 4C | 26 |
| Octal | 254 | 27 | 41 | 0 | 127 | 121 | 41 | 544 | 114 | 46 |
| Binary | 10101100 | 10111 | 100001 | 0 | 1010111 | 1010001 | 100001 | 101100100 | 1001100 | 100110 |
Color Harmonies of #AC1721
Complementary color
Monochromatic Colors of #AC1721
Black with #AC1721
Text Example
Text Example
White with #AC1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1721; }
p { color: rgb(172,23,33); }
H1.HeaderClassName
{
color: #AC1721;
}
.AnyTagClassName
{
color: #AC1721;
}
</style>
background-color css
<style>
a { background-color: #AC1721; }
a { background-color: rgb(172,23,33); }
div.DivClassName
{
background-color: #AC1721;
}
.BgClassName
{
background-color: #AC1721;
}
</style>
border-color css
<style>
span { border-color: #AC1721; }
span { border-color: rgb(172,23,33); }
td.TdClassName
{
border-color: #AC1721;
}
.TagClassName
{
border-color: #AC1721;
}
</style>