Shades of Medium Carmine #AC4536
Tints of Medium Carmine #AC4536
RGB
CMYK
RGB Variations
Color information
#AC4536 (or 0xAC4536) is known color: Medium Carmine. HEX triplet: AC, 45 and 36. RGB value is (172,69,54). Sum of RGB (Red+Green+Blue) = 172+69+54=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4536 is #53BAC9. Grayscale: #626262. Windows color (decimal): -5487306 or 3556780. OLE color: 3556780.
HSL color Cylindrical-coordinate representation of color #AC4536: hue angle of 7.63º degrees, saturation: 0.52, 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 #AC4536 is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 54 | - |
| CMYK | 0 | 0.60 | 0.69 | 0.33 |
| HSL | 7.63º | 0.52% | 0.44% | - |
| HSV(B) | 7.63º | 0.69% | 0.67% | - |
| XYZ | 19.81 | 13.29 | 5.01 | - |
| YUV | 98.09 | 103.12 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 54 | 0 | 0.60 | 0.69 | 0.33 | 7.63 | 0.52 | 0.44 |
| Hex | AC | 45 | 36 | 0 | 3C | 45 | 21 | 8 | 34 | 2C |
| Octal | 254 | 105 | 66 | 0 | 74 | 105 | 41 | 10 | 64 | 54 |
| Binary | 10101100 | 1000101 | 110110 | 0 | 111100 | 1000101 | 100001 | 1000 | 110100 | 101100 |
Color Harmonies of #AC4536
Complementary color
Monochromatic Colors of #AC4536
Black with #AC4536
Text Example
Text Example
White with #AC4536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4536; }
p { color: rgb(172,69,54); }
H1.HeaderClassName
{
color: #AC4536;
}
.AnyTagClassName
{
color: #AC4536;
}
</style>
background-color css
<style>
a { background-color: #AC4536; }
a { background-color: rgb(172,69,54); }
div.DivClassName
{
background-color: #AC4536;
}
.BgClassName
{
background-color: #AC4536;
}
</style>
border-color css
<style>
span { border-color: #AC4536; }
span { border-color: rgb(172,69,54); }
td.TdClassName
{
border-color: #AC4536;
}
.TagClassName
{
border-color: #AC4536;
}
</style>