Shades of Medium Carmine #AC4A37
Tints of Medium Carmine #AC4A37
RGB
CMYK
RGB Variations
Color information
#AC4A37 (or 0xAC4A37) is known color: Medium Carmine. HEX triplet: AC, 4A and 37. RGB value is (172,74,55). Sum of RGB (Red+Green+Blue) = 172+74+55=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A37 is #53B5C8. Grayscale: #656565. Windows color (decimal): -5486025 or 3623596. OLE color: 3623596.
HSL color Cylindrical-coordinate representation of color #AC4A37: hue angle of 9.74º 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 #AC4A37 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 55 | - |
| CMYK | 0 | 0.57 | 0.68 | 0.33 |
| HSL | 9.74º | 0.52% | 0.45% | - |
| HSV(B) | 9.74º | 0.68% | 0.67% | - |
| XYZ | 20.15 | 13.94 | 5.24 | - |
| YUV | 101.14 | 101.97 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 55 | 0 | 0.57 | 0.68 | 0.33 | 9.74 | 0.52 | 0.45 |
| Hex | AC | 4A | 37 | 0 | 39 | 44 | 21 | A | 34 | 2D |
| Octal | 254 | 112 | 67 | 0 | 71 | 104 | 41 | 12 | 64 | 55 |
| Binary | 10101100 | 1001010 | 110111 | 0 | 111001 | 1000100 | 100001 | 1010 | 110100 | 101101 |
Color Harmonies of #AC4A37
Complementary color
Monochromatic Colors of #AC4A37
Black with #AC4A37
Text Example
Text Example
White with #AC4A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A37; }
p { color: rgb(172,74,55); }
H1.HeaderClassName
{
color: #AC4A37;
}
.AnyTagClassName
{
color: #AC4A37;
}
</style>
background-color css
<style>
a { background-color: #AC4A37; }
a { background-color: rgb(172,74,55); }
div.DivClassName
{
background-color: #AC4A37;
}
.BgClassName
{
background-color: #AC4A37;
}
</style>
border-color css
<style>
span { border-color: #AC4A37; }
span { border-color: rgb(172,74,55); }
td.TdClassName
{
border-color: #AC4A37;
}
.TagClassName
{
border-color: #AC4A37;
}
</style>