Shades of Carmine #AC0A1F
Tints of Carmine #AC0A1F
RGB
CMYK
RGB Variations
Color information
#AC0A1F (or 0xAC0A1F) is known color: Carmine. HEX triplet: AC, 0A and 1F. RGB value is (172,10,31). Sum of RGB (Red+Green+Blue) = 172+10+31=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A1F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A1F is #53F5E0. Grayscale: #3C3C3C. Windows color (decimal): -5502433 or 2034348. OLE color: 2034348.
HSL color Cylindrical-coordinate representation of color #AC0A1F: hue angle of 352.22º 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 #AC0A1F is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 31 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.33 |
| HSL | 352.22º | 0.89% | 0.36% | - |
| HSV(B) | 352.22º | 0.94% | 0.67% | - |
| XYZ | 17.37 | 9.09 | 2.13 | - |
| YUV | 60.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 31 | 0 | 0.94 | 0.82 | 0.33 | 352.22 | 0.89 | 0.36 |
| Hex | AC | A | 1F | 0 | 5E | 52 | 21 | 160 | 59 | 24 |
| Octal | 254 | 12 | 37 | 0 | 136 | 122 | 41 | 540 | 131 | 44 |
| Binary | 10101100 | 1010 | 11111 | 0 | 1011110 | 1010010 | 100001 | 101100000 | 1011001 | 100100 |
Color Harmonies of #AC0A1F
Complementary color
Monochromatic Colors of #AC0A1F
Black with #AC0A1F
Text Example
Text Example
White with #AC0A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A1F; }
p { color: rgb(172,10,31); }
H1.HeaderClassName
{
color: #AC0A1F;
}
.AnyTagClassName
{
color: #AC0A1F;
}
</style>
background-color css
<style>
a { background-color: #AC0A1F; }
a { background-color: rgb(172,10,31); }
div.DivClassName
{
background-color: #AC0A1F;
}
.BgClassName
{
background-color: #AC0A1F;
}
</style>
border-color css
<style>
span { border-color: #AC0A1F; }
span { border-color: rgb(172,10,31); }
td.TdClassName
{
border-color: #AC0A1F;
}
.TagClassName
{
border-color: #AC0A1F;
}
</style>