Shades of Medium Carmine #AC4937
Tints of Medium Carmine #AC4937
RGB
CMYK
RGB Variations
Color information
#AC4937 (or 0xAC4937) is known color: Medium Carmine. HEX triplet: AC, 49 and 37. RGB value is (172,73,55). Sum of RGB (Red+Green+Blue) = 172+73+55=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 55 (21.88% from 255 or 18.33% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4937 is #53B6C8. Grayscale: #646464. Windows color (decimal): -5486281 or 3623340. OLE color: 3623340.
HSL color Cylindrical-coordinate representation of color #AC4937: hue angle of 9.23º 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 #AC4937 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 73 | 55 | - |
| CMYK | 0 | 0.58 | 0.68 | 0.33 |
| HSL | 9.23º | 0.52% | 0.45% | - |
| HSV(B) | 9.23º | 0.68% | 0.67% | - |
| XYZ | 20.09 | 13.81 | 5.22 | - |
| YUV | 100.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 73 | 55 | 0 | 0.58 | 0.68 | 0.33 | 9.23 | 0.52 | 0.45 |
| Hex | AC | 49 | 37 | 0 | 3A | 44 | 21 | 9 | 34 | 2D |
| Octal | 254 | 111 | 67 | 0 | 72 | 104 | 41 | 11 | 64 | 55 |
| Binary | 10101100 | 1001001 | 110111 | 0 | 111010 | 1000100 | 100001 | 1001 | 110100 | 101101 |
Color Harmonies of #AC4937
Complementary color
Monochromatic Colors of #AC4937
Black with #AC4937
Text Example
Text Example
White with #AC4937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4937; }
p { color: rgb(172,73,55); }
H1.HeaderClassName
{
color: #AC4937;
}
.AnyTagClassName
{
color: #AC4937;
}
</style>
background-color css
<style>
a { background-color: #AC4937; }
a { background-color: rgb(172,73,55); }
div.DivClassName
{
background-color: #AC4937;
}
.BgClassName
{
background-color: #AC4937;
}
</style>
border-color css
<style>
span { border-color: #AC4937; }
span { border-color: rgb(172,73,55); }
td.TdClassName
{
border-color: #AC4937;
}
.TagClassName
{
border-color: #AC4937;
}
</style>