Shades of Medium Carmine #AC442C
Tints of Medium Carmine #AC442C
RGB
CMYK
RGB Variations
Color information
#AC442C (or 0xAC442C) is known color: Medium Carmine. HEX triplet: AC, 44 and 2C. RGB value is (172,68,44). Sum of RGB (Red+Green+Blue) = 172+68+44=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC442C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC442C is #53BBD3. Grayscale: #606060. Windows color (decimal): -5487572 or 2901164. OLE color: 2901164.
HSL color Cylindrical-coordinate representation of color #AC442C: hue angle of 11.25º 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 #AC442C is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 44 | - |
| CMYK | 0 | 0.60 | 0.74 | 0.33 |
| HSL | 11.25º | 0.59% | 0.42% | - |
| HSV(B) | 11.25º | 0.74% | 0.67% | - |
| XYZ | 19.54 | 13.09 | 3.88 | - |
| YUV | 96.36 | 98.46 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 44 | 0 | 0.60 | 0.74 | 0.33 | 11.25 | 0.59 | 0.42 |
| Hex | AC | 44 | 2C | 0 | 3C | 4A | 21 | B | 3B | 2A |
| Octal | 254 | 104 | 54 | 0 | 74 | 112 | 41 | 13 | 73 | 52 |
| Binary | 10101100 | 1000100 | 101100 | 0 | 111100 | 1001010 | 100001 | 1011 | 111011 | 101010 |
Color Harmonies of #AC442C
Complementary color
Monochromatic Colors of #AC442C
Black with #AC442C
Text Example
Text Example
White with #AC442C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC442C; }
p { color: rgb(172,68,44); }
H1.HeaderClassName
{
color: #AC442C;
}
.AnyTagClassName
{
color: #AC442C;
}
</style>
background-color css
<style>
a { background-color: #AC442C; }
a { background-color: rgb(172,68,44); }
div.DivClassName
{
background-color: #AC442C;
}
.BgClassName
{
background-color: #AC442C;
}
</style>
border-color css
<style>
span { border-color: #AC442C; }
span { border-color: rgb(172,68,44); }
td.TdClassName
{
border-color: #AC442C;
}
.TagClassName
{
border-color: #AC442C;
}
</style>