Shades of Carmine #AC0A1B
Tints of Carmine #AC0A1B
RGB
CMYK
RGB Variations
Color information
#AC0A1B (or 0xAC0A1B) is known color: Carmine. HEX triplet: AC, 0A and 1B. RGB value is (172,10,27). Sum of RGB (Red+Green+Blue) = 172+10+27=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0A1B is #53F5E4. Grayscale: #3C3C3C. Windows color (decimal): -5502437 or 1772204. OLE color: 1772204.
HSL color Cylindrical-coordinate representation of color #AC0A1B: hue angle of 353.7º 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 #AC0A1B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 10 | 27 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.33 |
| HSL | 353.7º | 0.89% | 0.36% | - |
| HSV(B) | 353.7º | 0.94% | 0.67% | - |
| XYZ | 17.32 | 9.07 | 1.87 | - |
| YUV | 60.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 10 | 27 | 0 | 0.94 | 0.84 | 0.33 | 353.7 | 0.89 | 0.36 |
| Hex | AC | A | 1B | 0 | 5E | 54 | 21 | 162 | 59 | 24 |
| Octal | 254 | 12 | 33 | 0 | 136 | 124 | 41 | 542 | 131 | 44 |
| Binary | 10101100 | 1010 | 11011 | 0 | 1011110 | 1010100 | 100001 | 101100010 | 1011001 | 100100 |
Color Harmonies of #AC0A1B
Complementary color
Monochromatic Colors of #AC0A1B
Black with #AC0A1B
Text Example
Text Example
White with #AC0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0A1B; }
p { color: rgb(172,10,27); }
H1.HeaderClassName
{
color: #AC0A1B;
}
.AnyTagClassName
{
color: #AC0A1B;
}
</style>
background-color css
<style>
a { background-color: #AC0A1B; }
a { background-color: rgb(172,10,27); }
div.DivClassName
{
background-color: #AC0A1B;
}
.BgClassName
{
background-color: #AC0A1B;
}
</style>
border-color css
<style>
span { border-color: #AC0A1B; }
span { border-color: rgb(172,10,27); }
td.TdClassName
{
border-color: #AC0A1B;
}
.TagClassName
{
border-color: #AC0A1B;
}
</style>