Shades of Medium Carmine #AC473C
Tints of Medium Carmine #AC473C
RGB
CMYK
RGB Variations
Color information
#AC473C (or 0xAC473C) is known color: Medium Carmine. HEX triplet: AC, 47 and 3C. RGB value is (172,71,60). Sum of RGB (Red+Green+Blue) = 172+71+60=303 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.77% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 172 - color contains mainly: red. Hex color #AC473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC473C is #53B8C3. Grayscale: #646464. Windows color (decimal): -5486788 or 3950508. OLE color: 3950508.
HSL color Cylindrical-coordinate representation of color #AC473C: hue angle of 5.89º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC473C is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 60 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.33 |
| HSL | 5.89º | 0.48% | 0.45% | - |
| HSV(B) | 5.89º | 0.65% | 0.67% | - |
| XYZ | 20.08 | 13.6 | 5.84 | - |
| YUV | 99.95 | 105.46 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 60 | 0 | 0.59 | 0.65 | 0.33 | 5.89 | 0.48 | 0.45 |
| Hex | AC | 47 | 3C | 0 | 3B | 41 | 21 | 6 | 30 | 2D |
| Octal | 254 | 107 | 74 | 0 | 73 | 101 | 41 | 6 | 60 | 55 |
| Binary | 10101100 | 1000111 | 111100 | 0 | 111011 | 1000001 | 100001 | 110 | 110000 | 101101 |
Color Harmonies of #AC473C
Complementary color
Monochromatic Colors of #AC473C
Black with #AC473C
Text Example
Text Example
White with #AC473C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC473C; }
p { color: rgb(172,71,60); }
H1.HeaderClassName
{
color: #AC473C;
}
.AnyTagClassName
{
color: #AC473C;
}
</style>
background-color css
<style>
a { background-color: #AC473C; }
a { background-color: rgb(172,71,60); }
div.DivClassName
{
background-color: #AC473C;
}
.BgClassName
{
background-color: #AC473C;
}
</style>
border-color css
<style>
span { border-color: #AC473C; }
span { border-color: rgb(172,71,60); }
td.TdClassName
{
border-color: #AC473C;
}
.TagClassName
{
border-color: #AC473C;
}
</style>