Shades of Medium Carmine #AC4139
Tints of Medium Carmine #AC4139
RGB
CMYK
RGB Variations
Color information
#AC4139 (or 0xAC4139) is known color: Medium Carmine. HEX triplet: AC, 41 and 39. RGB value is (172,65,57). Sum of RGB (Red+Green+Blue) = 172+65+57=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4139 is #53BEC6. Grayscale: #606060. Windows color (decimal): -5488327 or 3752364. OLE color: 3752364.
HSL color Cylindrical-coordinate representation of color #AC4139: hue angle of 4.17º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC4139 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 57 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.33 |
| HSL | 4.17º | 0.5% | 0.45% | - |
| HSV(B) | 4.17º | 0.67% | 0.67% | - |
| XYZ | 19.64 | 12.85 | 5.32 | - |
| YUV | 96.08 | 105.95 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 57 | 0 | 0.62 | 0.67 | 0.33 | 4.17 | 0.5 | 0.45 |
| Hex | AC | 41 | 39 | 0 | 3E | 43 | 21 | 4 | 32 | 2D |
| Octal | 254 | 101 | 71 | 0 | 76 | 103 | 41 | 4 | 62 | 55 |
| Binary | 10101100 | 1000001 | 111001 | 0 | 111110 | 1000011 | 100001 | 100 | 110010 | 101101 |
Color Harmonies of #AC4139
Complementary color
Monochromatic Colors of #AC4139
Black with #AC4139
Text Example
Text Example
White with #AC4139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4139; }
p { color: rgb(172,65,57); }
H1.HeaderClassName
{
color: #AC4139;
}
.AnyTagClassName
{
color: #AC4139;
}
</style>
background-color css
<style>
a { background-color: #AC4139; }
a { background-color: rgb(172,65,57); }
div.DivClassName
{
background-color: #AC4139;
}
.BgClassName
{
background-color: #AC4139;
}
</style>
border-color css
<style>
span { border-color: #AC4139; }
span { border-color: rgb(172,65,57); }
td.TdClassName
{
border-color: #AC4139;
}
.TagClassName
{
border-color: #AC4139;
}
</style>