Shades of Medium Carmine #AC4837
Tints of Medium Carmine #AC4837
RGB
CMYK
RGB Variations
Color information
#AC4837 (or 0xAC4837) is known color: Medium Carmine. HEX triplet: AC, 48 and 37. RGB value is (172,72,55). Sum of RGB (Red+Green+Blue) = 172+72+55=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4837 is #53B7C8. Grayscale: #646464. Windows color (decimal): -5486537 or 3623084. OLE color: 3623084.
HSL color Cylindrical-coordinate representation of color #AC4837: hue angle of 8.72º 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 #AC4837 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 55 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.33 |
| HSL | 8.72º | 0.52% | 0.45% | - |
| HSV(B) | 8.72º | 0.68% | 0.67% | - |
| XYZ | 20.02 | 13.68 | 5.2 | - |
| YUV | 99.96 | 102.63 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 55 | 0 | 0.58 | 0.68 | 0.33 | 8.72 | 0.52 | 0.45 |
| Hex | AC | 48 | 37 | 0 | 3A | 44 | 21 | 9 | 34 | 2D |
| Octal | 254 | 110 | 67 | 0 | 72 | 104 | 41 | 11 | 64 | 55 |
| Binary | 10101100 | 1001000 | 110111 | 0 | 111010 | 1000100 | 100001 | 1001 | 110100 | 101101 |
Color Harmonies of #AC4837
Complementary color
Monochromatic Colors of #AC4837
Black with #AC4837
Text Example
Text Example
White with #AC4837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4837; }
p { color: rgb(172,72,55); }
H1.HeaderClassName
{
color: #AC4837;
}
.AnyTagClassName
{
color: #AC4837;
}
</style>
background-color css
<style>
a { background-color: #AC4837; }
a { background-color: rgb(172,72,55); }
div.DivClassName
{
background-color: #AC4837;
}
.BgClassName
{
background-color: #AC4837;
}
</style>
border-color css
<style>
span { border-color: #AC4837; }
span { border-color: rgb(172,72,55); }
td.TdClassName
{
border-color: #AC4837;
}
.TagClassName
{
border-color: #AC4837;
}
</style>