Shades of Medium Carmine #AC452C
Tints of Medium Carmine #AC452C
RGB
CMYK
RGB Variations
Color information
#AC452C (or 0xAC452C) is known color: Medium Carmine. HEX triplet: AC, 45 and 2C. RGB value is (172,69,44). Sum of RGB (Red+Green+Blue) = 172+69+44=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC452C is #53BAD3. Grayscale: #616161. Windows color (decimal): -5487316 or 2901420. OLE color: 2901420.
HSL color Cylindrical-coordinate representation of color #AC452C: hue angle of 11.72º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC452C is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 44 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.33 |
| HSL | 11.72º | 0.59% | 0.42% | - |
| HSV(B) | 11.72º | 0.74% | 0.67% | - |
| XYZ | 19.6 | 13.21 | 3.9 | - |
| YUV | 96.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 44 | 0 | 0.60 | 0.74 | 0.33 | 11.72 | 0.59 | 0.42 |
| Hex | AC | 45 | 2C | 0 | 3C | 4A | 21 | C | 3B | 2A |
| Octal | 254 | 105 | 54 | 0 | 74 | 112 | 41 | 14 | 73 | 52 |
| Binary | 10101100 | 1000101 | 101100 | 0 | 111100 | 1001010 | 100001 | 1100 | 111011 | 101010 |
Color Harmonies of #AC452C
Complementary color
Monochromatic Colors of #AC452C
Black with #AC452C
Text Example
Text Example
White with #AC452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC452C; }
p { color: rgb(172,69,44); }
H1.HeaderClassName
{
color: #AC452C;
}
.AnyTagClassName
{
color: #AC452C;
}
</style>
background-color css
<style>
a { background-color: #AC452C; }
a { background-color: rgb(172,69,44); }
div.DivClassName
{
background-color: #AC452C;
}
.BgClassName
{
background-color: #AC452C;
}
</style>
border-color css
<style>
span { border-color: #AC452C; }
span { border-color: rgb(172,69,44); }
td.TdClassName
{
border-color: #AC452C;
}
.TagClassName
{
border-color: #AC452C;
}
</style>