Shades of Carmine #AC0A26
Tints of Carmine #AC0A26
RGB
CMYK
RGB Variations
Color information
#AC0A26 (or 0xAC0A26) is known color: Carmine. HEX triplet: AC, 0A and 26. RGB value is (172,10,38). Sum of RGB (Red+Green+Blue) = 172+10+38=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A26 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A26 is #53F5D9. Grayscale: #3D3D3D. Windows color (decimal): -5502426 or 2493100. OLE color: 2493100.
HSL color Cylindrical-coordinate representation of color #AC0A26: hue angle of 349.63º 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 #AC0A26 is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 38 | - |
| CMYK | 0 | 0.94 | 0.78 | 0.33 |
| HSL | 349.63º | 0.89% | 0.36% | - |
| HSV(B) | 349.63º | 0.94% | 0.67% | - |
| XYZ | 17.47 | 9.13 | 2.67 | - |
| YUV | 61.63 | 114.67 | 206.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 38 | 0 | 0.94 | 0.78 | 0.33 | 349.63 | 0.89 | 0.36 |
| Hex | AC | A | 26 | 0 | 5E | 4E | 21 | 15E | 59 | 24 |
| Octal | 254 | 12 | 46 | 0 | 136 | 116 | 41 | 536 | 131 | 44 |
| Binary | 10101100 | 1010 | 100110 | 0 | 1011110 | 1001110 | 100001 | 101011110 | 1011001 | 100100 |
Color Harmonies of #AC0A26
Complementary color
Monochromatic Colors of #AC0A26
Black with #AC0A26
Text Example
Text Example
White with #AC0A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A26; }
p { color: rgb(172,10,38); }
H1.HeaderClassName
{
color: #AC0A26;
}
.AnyTagClassName
{
color: #AC0A26;
}
</style>
background-color css
<style>
a { background-color: #AC0A26; }
a { background-color: rgb(172,10,38); }
div.DivClassName
{
background-color: #AC0A26;
}
.BgClassName
{
background-color: #AC0A26;
}
</style>
border-color css
<style>
span { border-color: #AC0A26; }
span { border-color: rgb(172,10,38); }
td.TdClassName
{
border-color: #AC0A26;
}
.TagClassName
{
border-color: #AC0A26;
}
</style>