Shades of Medium Carmine #AC3A24
Tints of Medium Carmine #AC3A24
RGB
CMYK
RGB Variations
Color information
#AC3A24 (or 0xAC3A24) is known color: Medium Carmine. HEX triplet: AC, 3A and 24. RGB value is (172,58,36). Sum of RGB (Red+Green+Blue) = 172+58+36=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A24 is #53C5DB. Grayscale: #595959. Windows color (decimal): -5490140 or 2374316. OLE color: 2374316.
HSL color Cylindrical-coordinate representation of color #AC3A24: hue angle of 9.71º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC3A24 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 36 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.33 |
| HSL | 9.71º | 0.65% | 0.41% | - |
| HSV(B) | 9.71º | 0.79% | 0.67% | - |
| XYZ | 18.84 | 11.92 | 2.98 | - |
| YUV | 89.58 | 97.77 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 36 | 0 | 0.66 | 0.79 | 0.33 | 9.71 | 0.65 | 0.41 |
| Hex | AC | 3A | 24 | 0 | 42 | 4F | 21 | A | 41 | 29 |
| Octal | 254 | 72 | 44 | 0 | 102 | 117 | 41 | 12 | 101 | 51 |
| Binary | 10101100 | 111010 | 100100 | 0 | 1000010 | 1001111 | 100001 | 1010 | 1000001 | 101001 |
Color Harmonies of #AC3A24
Complementary color
Monochromatic Colors of #AC3A24
Black with #AC3A24
Text Example
Text Example
White with #AC3A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A24; }
p { color: rgb(172,58,36); }
H1.HeaderClassName
{
color: #AC3A24;
}
.AnyTagClassName
{
color: #AC3A24;
}
</style>
background-color css
<style>
a { background-color: #AC3A24; }
a { background-color: rgb(172,58,36); }
div.DivClassName
{
background-color: #AC3A24;
}
.BgClassName
{
background-color: #AC3A24;
}
</style>
border-color css
<style>
span { border-color: #AC3A24; }
span { border-color: rgb(172,58,36); }
td.TdClassName
{
border-color: #AC3A24;
}
.TagClassName
{
border-color: #AC3A24;
}
</style>