Shades of Medium Carmine #AC3A27
Tints of Medium Carmine #AC3A27
RGB
CMYK
RGB Variations
Color information
#AC3A27 (or 0xAC3A27) is known color: Medium Carmine. HEX triplet: AC, 3A and 27. RGB value is (172,58,39). Sum of RGB (Red+Green+Blue) = 172+58+39=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A27 is #53C5D8. Grayscale: #5A5A5A. Windows color (decimal): -5490137 or 2570924. OLE color: 2570924.
HSL color Cylindrical-coordinate representation of color #AC3A27: hue angle of 8.57º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC3A27 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 39 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.33 |
| HSL | 8.57º | 0.63% | 0.41% | - |
| HSV(B) | 8.57º | 0.77% | 0.67% | - |
| XYZ | 18.89 | 11.94 | 3.23 | - |
| YUV | 89.92 | 99.27 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 39 | 0 | 0.66 | 0.77 | 0.33 | 8.57 | 0.63 | 0.41 |
| Hex | AC | 3A | 27 | 0 | 42 | 4D | 21 | 9 | 3F | 29 |
| Octal | 254 | 72 | 47 | 0 | 102 | 115 | 41 | 11 | 77 | 51 |
| Binary | 10101100 | 111010 | 100111 | 0 | 1000010 | 1001101 | 100001 | 1001 | 111111 | 101001 |
Color Harmonies of #AC3A27
Complementary color
Monochromatic Colors of #AC3A27
Black with #AC3A27
Text Example
Text Example
White with #AC3A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A27; }
p { color: rgb(172,58,39); }
H1.HeaderClassName
{
color: #AC3A27;
}
.AnyTagClassName
{
color: #AC3A27;
}
</style>
background-color css
<style>
a { background-color: #AC3A27; }
a { background-color: rgb(172,58,39); }
div.DivClassName
{
background-color: #AC3A27;
}
.BgClassName
{
background-color: #AC3A27;
}
</style>
border-color css
<style>
span { border-color: #AC3A27; }
span { border-color: rgb(172,58,39); }
td.TdClassName
{
border-color: #AC3A27;
}
.TagClassName
{
border-color: #AC3A27;
}
</style>