Shades of Medium Carmine #AC3A39
Tints of Medium Carmine #AC3A39
RGB
CMYK
RGB Variations
Color information
#AC3A39 (or 0xAC3A39) is known color: Medium Carmine. HEX triplet: AC, 3A and 39. RGB value is (172,58,57). Sum of RGB (Red+Green+Blue) = 172+58+57=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A39 is #53C5C6. Grayscale: #5C5C5C. Windows color (decimal): -5490119 or 3750572. OLE color: 3750572.
HSL color Cylindrical-coordinate representation of color #AC3A39: hue angle of 0.52º 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 #AC3A39 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 57 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.33 |
| HSL | 0.52º | 0.5% | 0.45% | - |
| HSV(B) | 0.52º | 0.67% | 0.67% | - |
| XYZ | 19.26 | 12.09 | 5.19 | - |
| YUV | 91.97 | 108.27 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 57 | 0 | 0.66 | 0.67 | 0.33 | 0.52 | 0.5 | 0.45 |
| Hex | AC | 3A | 39 | 0 | 42 | 43 | 21 | 1 | 32 | 2D |
| Octal | 254 | 72 | 71 | 0 | 102 | 103 | 41 | 1 | 62 | 55 |
| Binary | 10101100 | 111010 | 111001 | 0 | 1000010 | 1000011 | 100001 | 1 | 110010 | 101101 |
Color Harmonies of #AC3A39
Complementary color
Monochromatic Colors of #AC3A39
Black with #AC3A39
Text Example
Text Example
White with #AC3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A39; }
p { color: rgb(172,58,57); }
H1.HeaderClassName
{
color: #AC3A39;
}
.AnyTagClassName
{
color: #AC3A39;
}
</style>
background-color css
<style>
a { background-color: #AC3A39; }
a { background-color: rgb(172,58,57); }
div.DivClassName
{
background-color: #AC3A39;
}
.BgClassName
{
background-color: #AC3A39;
}
</style>
border-color css
<style>
span { border-color: #AC3A39; }
span { border-color: rgb(172,58,57); }
td.TdClassName
{
border-color: #AC3A39;
}
.TagClassName
{
border-color: #AC3A39;
}
</style>