Shades of Carmine #AC0A1A
Tints of Carmine #AC0A1A
RGB
CMYK
RGB Variations
Color information
#AC0A1A (or 0xAC0A1A) is known color: Carmine. HEX triplet: AC, 0A and 1A. RGB value is (172,10,26). Sum of RGB (Red+Green+Blue) = 172+10+26=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A1A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A1A is #53F5E5. Grayscale: #3C3C3C. Windows color (decimal): -5502438 or 1706668. OLE color: 1706668.
HSL color Cylindrical-coordinate representation of color #AC0A1A: hue angle of 354.07º 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 #AC0A1A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 26 | - |
| CMYK | 0 | 0.94 | 0.85 | 0.33 |
| HSL | 354.07º | 0.89% | 0.36% | - |
| HSV(B) | 354.07º | 0.94% | 0.67% | - |
| XYZ | 17.31 | 9.06 | 1.81 | - |
| YUV | 60.26 | 108.67 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 26 | 0 | 0.94 | 0.85 | 0.33 | 354.07 | 0.89 | 0.36 |
| Hex | AC | A | 1A | 0 | 5E | 55 | 21 | 162 | 59 | 24 |
| Octal | 254 | 12 | 32 | 0 | 136 | 125 | 41 | 542 | 131 | 44 |
| Binary | 10101100 | 1010 | 11010 | 0 | 1011110 | 1010101 | 100001 | 101100010 | 1011001 | 100100 |
Color Harmonies of #AC0A1A
Complementary color
Monochromatic Colors of #AC0A1A
Black with #AC0A1A
Text Example
Text Example
White with #AC0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A1A; }
p { color: rgb(172,10,26); }
H1.HeaderClassName
{
color: #AC0A1A;
}
.AnyTagClassName
{
color: #AC0A1A;
}
</style>
background-color css
<style>
a { background-color: #AC0A1A; }
a { background-color: rgb(172,10,26); }
div.DivClassName
{
background-color: #AC0A1A;
}
.BgClassName
{
background-color: #AC0A1A;
}
</style>
border-color css
<style>
span { border-color: #AC0A1A; }
span { border-color: rgb(172,10,26); }
td.TdClassName
{
border-color: #AC0A1A;
}
.TagClassName
{
border-color: #AC0A1A;
}
</style>