Shades of Medium Carmine #AC4635
Tints of Medium Carmine #AC4635
RGB
CMYK
RGB Variations
Color information
#AC4635 (or 0xAC4635) is known color: Medium Carmine. HEX triplet: AC, 46 and 35. RGB value is (172,70,53). Sum of RGB (Red+Green+Blue) = 172+70+53=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4635 is #53B9CA. Grayscale: #626262. Windows color (decimal): -5487051 or 3491500. OLE color: 3491500.
HSL color Cylindrical-coordinate representation of color #AC4635: hue angle of 8.57º 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 #AC4635 is Cyan = 0, Magento = 0.59, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 53 | - |
| CMYK | 0 | 0.59 | 0.69 | 0.33 |
| HSL | 8.57º | 0.53% | 0.44% | - |
| HSV(B) | 8.57º | 0.69% | 0.67% | - |
| XYZ | 19.85 | 13.41 | 4.91 | - |
| YUV | 98.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 53 | 0 | 0.59 | 0.69 | 0.33 | 8.57 | 0.53 | 0.44 |
| Hex | AC | 46 | 35 | 0 | 3B | 45 | 21 | 9 | 35 | 2C |
| Octal | 254 | 106 | 65 | 0 | 73 | 105 | 41 | 11 | 65 | 54 |
| Binary | 10101100 | 1000110 | 110101 | 0 | 111011 | 1000101 | 100001 | 1001 | 110101 | 101100 |
Color Harmonies of #AC4635
Complementary color
Monochromatic Colors of #AC4635
Black with #AC4635
Text Example
Text Example
White with #AC4635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4635; }
p { color: rgb(172,70,53); }
H1.HeaderClassName
{
color: #AC4635;
}
.AnyTagClassName
{
color: #AC4635;
}
</style>
background-color css
<style>
a { background-color: #AC4635; }
a { background-color: rgb(172,70,53); }
div.DivClassName
{
background-color: #AC4635;
}
.BgClassName
{
background-color: #AC4635;
}
</style>
border-color css
<style>
span { border-color: #AC4635; }
span { border-color: rgb(172,70,53); }
td.TdClassName
{
border-color: #AC4635;
}
.TagClassName
{
border-color: #AC4635;
}
</style>