Shades of Medium Carmine #AC4434
Tints of Medium Carmine #AC4434
RGB
CMYK
RGB Variations
Color information
#AC4434 (or 0xAC4434) is known color: Medium Carmine. HEX triplet: AC, 44 and 34. RGB value is (172,68,52). Sum of RGB (Red+Green+Blue) = 172+68+52=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4434 is #53BBCB. Grayscale: #616161. Windows color (decimal): -5487564 or 3425452. OLE color: 3425452.
HSL color Cylindrical-coordinate representation of color #AC4434: hue angle of 8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4434 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 52 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.33 |
| HSL | 8º | 0.54% | 0.44% | - |
| HSV(B) | 8º | 0.7% | 0.67% | - |
| XYZ | 19.7 | 13.15 | 4.75 | - |
| YUV | 97.27 | 102.46 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 52 | 0 | 0.60 | 0.70 | 0.33 | 8 | 0.54 | 0.44 |
| Hex | AC | 44 | 34 | 0 | 3C | 46 | 21 | 8 | 36 | 2C |
| Octal | 254 | 104 | 64 | 0 | 74 | 106 | 41 | 10 | 66 | 54 |
| Binary | 10101100 | 1000100 | 110100 | 0 | 111100 | 1000110 | 100001 | 1000 | 110110 | 101100 |
Color Harmonies of #AC4434
Complementary color
Monochromatic Colors of #AC4434
Black with #AC4434
Text Example
Text Example
White with #AC4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4434; }
p { color: rgb(172,68,52); }
H1.HeaderClassName
{
color: #AC4434;
}
.AnyTagClassName
{
color: #AC4434;
}
</style>
background-color css
<style>
a { background-color: #AC4434; }
a { background-color: rgb(172,68,52); }
div.DivClassName
{
background-color: #AC4434;
}
.BgClassName
{
background-color: #AC4434;
}
</style>
border-color css
<style>
span { border-color: #AC4434; }
span { border-color: rgb(172,68,52); }
td.TdClassName
{
border-color: #AC4434;
}
.TagClassName
{
border-color: #AC4434;
}
</style>