Shades of Medium Carmine #AC4A36
Tints of Medium Carmine #AC4A36
RGB
CMYK
RGB Variations
Color information
#AC4A36 (or 0xAC4A36) is known color: Medium Carmine. HEX triplet: AC, 4A and 36. RGB value is (172,74,54). Sum of RGB (Red+Green+Blue) = 172+74+54=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A36 is #53B5C9. Grayscale: #656565. Windows color (decimal): -5486026 or 3558060. OLE color: 3558060.
HSL color Cylindrical-coordinate representation of color #AC4A36: hue angle of 10.17º 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 #AC4A36 is Cyan = 0, Magento = 0.57, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 74 | 54 | - |
| CMYK | 0 | 0.57 | 0.69 | 0.33 |
| HSL | 10.17º | 0.52% | 0.44% | - |
| HSV(B) | 10.17º | 0.69% | 0.67% | - |
| XYZ | 20.13 | 13.93 | 5.12 | - |
| YUV | 101.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 74 | 54 | 0 | 0.57 | 0.69 | 0.33 | 10.17 | 0.52 | 0.44 |
| Hex | AC | 4A | 36 | 0 | 39 | 45 | 21 | A | 34 | 2C |
| Octal | 254 | 112 | 66 | 0 | 71 | 105 | 41 | 12 | 64 | 54 |
| Binary | 10101100 | 1001010 | 110110 | 0 | 111001 | 1000101 | 100001 | 1010 | 110100 | 101100 |
Color Harmonies of #AC4A36
Complementary color
Monochromatic Colors of #AC4A36
Black with #AC4A36
Text Example
Text Example
White with #AC4A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4A36; }
p { color: rgb(172,74,54); }
H1.HeaderClassName
{
color: #AC4A36;
}
.AnyTagClassName
{
color: #AC4A36;
}
</style>
background-color css
<style>
a { background-color: #AC4A36; }
a { background-color: rgb(172,74,54); }
div.DivClassName
{
background-color: #AC4A36;
}
.BgClassName
{
background-color: #AC4A36;
}
</style>
border-color css
<style>
span { border-color: #AC4A36; }
span { border-color: rgb(172,74,54); }
td.TdClassName
{
border-color: #AC4A36;
}
.TagClassName
{
border-color: #AC4A36;
}
</style>