Shades of Medium Carmine #AC452E
Tints of Medium Carmine #AC452E
RGB
CMYK
RGB Variations
Color information
#AC452E (or 0xAC452E) is known color: Medium Carmine. HEX triplet: AC, 45 and 2E. RGB value is (172,69,46). Sum of RGB (Red+Green+Blue) = 172+69+46=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC452E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC452E is #53BAD1. Grayscale: #616161. Windows color (decimal): -5487314 or 3032492. OLE color: 3032492.
HSL color Cylindrical-coordinate representation of color #AC452E: hue angle of 10.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC452E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 46 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.33 |
| HSL | 10.95º | 0.58% | 0.43% | - |
| HSV(B) | 10.95º | 0.73% | 0.67% | - |
| XYZ | 19.63 | 13.22 | 4.1 | - |
| YUV | 97.18 | 99.12 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 46 | 0 | 0.60 | 0.73 | 0.33 | 10.95 | 0.58 | 0.43 |
| Hex | AC | 45 | 2E | 0 | 3C | 49 | 21 | B | 3A | 2B |
| Octal | 254 | 105 | 56 | 0 | 74 | 111 | 41 | 13 | 72 | 53 |
| Binary | 10101100 | 1000101 | 101110 | 0 | 111100 | 1001001 | 100001 | 1011 | 111010 | 101011 |
Color Harmonies of #AC452E
Complementary color
Monochromatic Colors of #AC452E
Black with #AC452E
Text Example
Text Example
White with #AC452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC452E; }
p { color: rgb(172,69,46); }
H1.HeaderClassName
{
color: #AC452E;
}
.AnyTagClassName
{
color: #AC452E;
}
</style>
background-color css
<style>
a { background-color: #AC452E; }
a { background-color: rgb(172,69,46); }
div.DivClassName
{
background-color: #AC452E;
}
.BgClassName
{
background-color: #AC452E;
}
</style>
border-color css
<style>
span { border-color: #AC452E; }
span { border-color: rgb(172,69,46); }
td.TdClassName
{
border-color: #AC452E;
}
.TagClassName
{
border-color: #AC452E;
}
</style>