Shades of Medium Carmine #AC4835
Tints of Medium Carmine #AC4835
RGB
CMYK
RGB Variations
Color information
#AC4835 (or 0xAC4835) is known color: Medium Carmine. HEX triplet: AC, 48 and 35. RGB value is (172,72,53). Sum of RGB (Red+Green+Blue) = 172+72+53=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4835 is #53B7CA. Grayscale: #636363. Windows color (decimal): -5486539 or 3492012. OLE color: 3492012.
HSL color Cylindrical-coordinate representation of color #AC4835: hue angle of 9.58º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC4835 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 72 | 53 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.33 |
| HSL | 9.58º | 0.53% | 0.44% | - |
| HSV(B) | 9.58º | 0.69% | 0.67% | - |
| XYZ | 19.97 | 13.66 | 4.95 | - |
| YUV | 99.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 72 | 53 | 0 | 0.58 | 0.69 | 0.33 | 9.58 | 0.53 | 0.44 |
| Hex | AC | 48 | 35 | 0 | 3A | 45 | 21 | A | 35 | 2C |
| Octal | 254 | 110 | 65 | 0 | 72 | 105 | 41 | 12 | 65 | 54 |
| Binary | 10101100 | 1001000 | 110101 | 0 | 111010 | 1000101 | 100001 | 1010 | 110101 | 101100 |
Color Harmonies of #AC4835
Complementary color
Monochromatic Colors of #AC4835
Black with #AC4835
Text Example
Text Example
White with #AC4835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4835; }
p { color: rgb(172,72,53); }
H1.HeaderClassName
{
color: #AC4835;
}
.AnyTagClassName
{
color: #AC4835;
}
</style>
background-color css
<style>
a { background-color: #AC4835; }
a { background-color: rgb(172,72,53); }
div.DivClassName
{
background-color: #AC4835;
}
.BgClassName
{
background-color: #AC4835;
}
</style>
border-color css
<style>
span { border-color: #AC4835; }
span { border-color: rgb(172,72,53); }
td.TdClassName
{
border-color: #AC4835;
}
.TagClassName
{
border-color: #AC4835;
}
</style>