Shades of Medium Carmine #AC4136
Tints of Medium Carmine #AC4136
RGB
CMYK
RGB Variations
Color information
#AC4136 (or 0xAC4136) is known color: Medium Carmine. HEX triplet: AC, 41 and 36. RGB value is (172,65,54). Sum of RGB (Red+Green+Blue) = 172+65+54=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4136 is #53BEC9. Grayscale: #5F5F5F. Windows color (decimal): -5488330 or 3555756. OLE color: 3555756.
HSL color Cylindrical-coordinate representation of color #AC4136: hue angle of 5.59º 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 #AC4136 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 54 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.33 |
| HSL | 5.59º | 0.52% | 0.44% | - |
| HSV(B) | 5.59º | 0.69% | 0.67% | - |
| XYZ | 19.57 | 12.82 | 4.93 | - |
| YUV | 95.74 | 104.45 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 54 | 0 | 0.62 | 0.69 | 0.33 | 5.59 | 0.52 | 0.44 |
| Hex | AC | 41 | 36 | 0 | 3E | 45 | 21 | 6 | 34 | 2C |
| Octal | 254 | 101 | 66 | 0 | 76 | 105 | 41 | 6 | 64 | 54 |
| Binary | 10101100 | 1000001 | 110110 | 0 | 111110 | 1000101 | 100001 | 110 | 110100 | 101100 |
Color Harmonies of #AC4136
Complementary color
Monochromatic Colors of #AC4136
Black with #AC4136
Text Example
Text Example
White with #AC4136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4136; }
p { color: rgb(172,65,54); }
H1.HeaderClassName
{
color: #AC4136;
}
.AnyTagClassName
{
color: #AC4136;
}
</style>
background-color css
<style>
a { background-color: #AC4136; }
a { background-color: rgb(172,65,54); }
div.DivClassName
{
background-color: #AC4136;
}
.BgClassName
{
background-color: #AC4136;
}
</style>
border-color css
<style>
span { border-color: #AC4136; }
span { border-color: rgb(172,65,54); }
td.TdClassName
{
border-color: #AC4136;
}
.TagClassName
{
border-color: #AC4136;
}
</style>