Shades of Carmine #AC1320
Tints of Carmine #AC1320
RGB
CMYK
RGB Variations
Color information
#AC1320 (or 0xAC1320) is known color: Carmine. HEX triplet: AC, 13 and 20. RGB value is (172,19,32). Sum of RGB (Red+Green+Blue) = 172+19+32=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1320 is #53ECDF. Grayscale: #424242. Windows color (decimal): -5500128 or 2102188. OLE color: 2102188.
HSL color Cylindrical-coordinate representation of color #AC1320: hue angle of 354.9º 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 #AC1320 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 19 | 32 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.33 |
| HSL | 354.9º | 0.8% | 0.37% | - |
| HSV(B) | 354.9º | 0.89% | 0.67% | - |
| XYZ | 17.51 | 9.34 | 2.25 | - |
| YUV | 66.23 | 108.69 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 19 | 32 | 0 | 0.89 | 0.81 | 0.33 | 354.9 | 0.8 | 0.37 |
| Hex | AC | 13 | 20 | 0 | 59 | 51 | 21 | 163 | 50 | 25 |
| Octal | 254 | 23 | 40 | 0 | 131 | 121 | 41 | 543 | 120 | 45 |
| Binary | 10101100 | 10011 | 100000 | 0 | 1011001 | 1010001 | 100001 | 101100011 | 1010000 | 100101 |
Color Harmonies of #AC1320
Complementary color
Monochromatic Colors of #AC1320
Black with #AC1320
Text Example
Text Example
White with #AC1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1320; }
p { color: rgb(172,19,32); }
H1.HeaderClassName
{
color: #AC1320;
}
.AnyTagClassName
{
color: #AC1320;
}
</style>
background-color css
<style>
a { background-color: #AC1320; }
a { background-color: rgb(172,19,32); }
div.DivClassName
{
background-color: #AC1320;
}
.BgClassName
{
background-color: #AC1320;
}
</style>
border-color css
<style>
span { border-color: #AC1320; }
span { border-color: rgb(172,19,32); }
td.TdClassName
{
border-color: #AC1320;
}
.TagClassName
{
border-color: #AC1320;
}
</style>