Shades of Medium Carmine #AC4128
Tints of Medium Carmine #AC4128
RGB
CMYK
RGB Variations
Color information
#AC4128 (or 0xAC4128) is known color: Medium Carmine. HEX triplet: AC, 41 and 28. RGB value is (172,65,40). Sum of RGB (Red+Green+Blue) = 172+65+40=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4128 is #53BED7. Grayscale: #5E5E5E. Windows color (decimal): -5488344 or 2638252. OLE color: 2638252.
HSL color Cylindrical-coordinate representation of color #AC4128: hue angle of 11.36º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC4128 is Cyan = 0, Magento = 0.62, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 40 | - |
| CMYK | 0 | 0.62 | 0.77 | 0.33 |
| HSL | 11.36º | 0.62% | 0.42% | - |
| HSV(B) | 11.36º | 0.77% | 0.67% | - |
| XYZ | 19.29 | 12.7 | 3.44 | - |
| YUV | 94.14 | 97.45 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 40 | 0 | 0.62 | 0.77 | 0.33 | 11.36 | 0.62 | 0.42 |
| Hex | AC | 41 | 28 | 0 | 3E | 4D | 21 | B | 3E | 2A |
| Octal | 254 | 101 | 50 | 0 | 76 | 115 | 41 | 13 | 76 | 52 |
| Binary | 10101100 | 1000001 | 101000 | 0 | 111110 | 1001101 | 100001 | 1011 | 111110 | 101010 |
Color Harmonies of #AC4128
Complementary color
Monochromatic Colors of #AC4128
Black with #AC4128
Text Example
Text Example
White with #AC4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4128; }
p { color: rgb(172,65,40); }
H1.HeaderClassName
{
color: #AC4128;
}
.AnyTagClassName
{
color: #AC4128;
}
</style>
background-color css
<style>
a { background-color: #AC4128; }
a { background-color: rgb(172,65,40); }
div.DivClassName
{
background-color: #AC4128;
}
.BgClassName
{
background-color: #AC4128;
}
</style>
border-color css
<style>
span { border-color: #AC4128; }
span { border-color: rgb(172,65,40); }
td.TdClassName
{
border-color: #AC4128;
}
.TagClassName
{
border-color: #AC4128;
}
</style>