Shades of Carmine #AC0A22
Tints of Carmine #AC0A22
RGB
CMYK
RGB Variations
Color information
#AC0A22 (or 0xAC0A22) is known color: Carmine. HEX triplet: AC, 0A and 22. RGB value is (172,10,34). Sum of RGB (Red+Green+Blue) = 172+10+34=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 10 (4.30% from 255 or 4.63% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A22 is #53F5DD. Grayscale: #3D3D3D. Windows color (decimal): -5502430 or 2230956. OLE color: 2230956.
HSL color Cylindrical-coordinate representation of color #AC0A22: hue angle of 351.11º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0A22 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 34 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.33 |
| HSL | 351.11º | 0.89% | 0.36% | - |
| HSV(B) | 351.11º | 0.94% | 0.67% | - |
| XYZ | 17.41 | 9.1 | 2.35 | - |
| YUV | 61.17 | 112.67 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 34 | 0 | 0.94 | 0.80 | 0.33 | 351.11 | 0.89 | 0.36 |
| Hex | AC | A | 22 | 0 | 5E | 50 | 21 | 15F | 59 | 24 |
| Octal | 254 | 12 | 42 | 0 | 136 | 120 | 41 | 537 | 131 | 44 |
| Binary | 10101100 | 1010 | 100010 | 0 | 1011110 | 1010000 | 100001 | 101011111 | 1011001 | 100100 |
Color Harmonies of #AC0A22
Complementary color
Monochromatic Colors of #AC0A22
Black with #AC0A22
Text Example
Text Example
White with #AC0A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A22; }
p { color: rgb(172,10,34); }
H1.HeaderClassName
{
color: #AC0A22;
}
.AnyTagClassName
{
color: #AC0A22;
}
</style>
background-color css
<style>
a { background-color: #AC0A22; }
a { background-color: rgb(172,10,34); }
div.DivClassName
{
background-color: #AC0A22;
}
.BgClassName
{
background-color: #AC0A22;
}
</style>
border-color css
<style>
span { border-color: #AC0A22; }
span { border-color: rgb(172,10,34); }
td.TdClassName
{
border-color: #AC0A22;
}
.TagClassName
{
border-color: #AC0A22;
}
</style>