Shades of Medium Carmine #AC3C37
Tints of Medium Carmine #AC3C37
RGB
CMYK
RGB Variations
Color information
#AC3C37 (or 0xAC3C37) is known color: Medium Carmine. HEX triplet: AC, 3C and 37. RGB value is (172,60,55). Sum of RGB (Red+Green+Blue) = 172+60+55=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C37 is #53C3C8. Grayscale: #5D5D5D. Windows color (decimal): -5489609 or 3620012. OLE color: 3620012.
HSL color Cylindrical-coordinate representation of color #AC3C37: hue angle of 2.56º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC3C37 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 60 | 55 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.33 |
| HSL | 2.56º | 0.52% | 0.45% | - |
| HSV(B) | 2.56º | 0.68% | 0.67% | - |
| XYZ | 19.32 | 12.28 | 4.97 | - |
| YUV | 92.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 55 | 0 | 0.65 | 0.68 | 0.33 | 2.56 | 0.52 | 0.45 |
| Hex | AC | 3C | 37 | 0 | 41 | 44 | 21 | 3 | 34 | 2D |
| Octal | 254 | 74 | 67 | 0 | 101 | 104 | 41 | 3 | 64 | 55 |
| Binary | 10101100 | 111100 | 110111 | 0 | 1000001 | 1000100 | 100001 | 11 | 110100 | 101101 |
Color Harmonies of #AC3C37
Complementary color
Monochromatic Colors of #AC3C37
Black with #AC3C37
Text Example
Text Example
White with #AC3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3C37; }
p { color: rgb(172,60,55); }
H1.HeaderClassName
{
color: #AC3C37;
}
.AnyTagClassName
{
color: #AC3C37;
}
</style>
background-color css
<style>
a { background-color: #AC3C37; }
a { background-color: rgb(172,60,55); }
div.DivClassName
{
background-color: #AC3C37;
}
.BgClassName
{
background-color: #AC3C37;
}
</style>
border-color css
<style>
span { border-color: #AC3C37; }
span { border-color: rgb(172,60,55); }
td.TdClassName
{
border-color: #AC3C37;
}
.TagClassName
{
border-color: #AC3C37;
}
</style>