Shades of Carmine #AC0E2A
Tints of Carmine #AC0E2A
RGB
CMYK
RGB Variations
Color information
#AC0E2A (or 0xAC0E2A) is known color: Carmine. HEX triplet: AC, 0E and 2A. RGB value is (172,14,42). Sum of RGB (Red+Green+Blue) = 172+14+42=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0E2A is #53F1D5. Grayscale: #404040. Windows color (decimal): -5501398 or 2756268. OLE color: 2756268.
HSL color Cylindrical-coordinate representation of color #AC0E2A: hue angle of 349.37º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E2A is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 14 | 42 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.33 |
| HSL | 349.37º | 0.85% | 0.36% | - |
| HSV(B) | 349.37º | 0.92% | 0.67% | - |
| XYZ | 17.59 | 9.25 | 3.05 | - |
| YUV | 64.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 14 | 42 | 0 | 0.92 | 0.76 | 0.33 | 349.37 | 0.85 | 0.36 |
| Hex | AC | E | 2A | 0 | 5C | 4C | 21 | 15D | 55 | 24 |
| Octal | 254 | 16 | 52 | 0 | 134 | 114 | 41 | 535 | 125 | 44 |
| Binary | 10101100 | 1110 | 101010 | 0 | 1011100 | 1001100 | 100001 | 101011101 | 1010101 | 100100 |
Color Harmonies of #AC0E2A
Complementary color
Monochromatic Colors of #AC0E2A
Black with #AC0E2A
Text Example
Text Example
White with #AC0E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0E2A; }
p { color: rgb(172,14,42); }
H1.HeaderClassName
{
color: #AC0E2A;
}
.AnyTagClassName
{
color: #AC0E2A;
}
</style>
background-color css
<style>
a { background-color: #AC0E2A; }
a { background-color: rgb(172,14,42); }
div.DivClassName
{
background-color: #AC0E2A;
}
.BgClassName
{
background-color: #AC0E2A;
}
</style>
border-color css
<style>
span { border-color: #AC0E2A; }
span { border-color: rgb(172,14,42); }
td.TdClassName
{
border-color: #AC0E2A;
}
.TagClassName
{
border-color: #AC0E2A;
}
</style>