Shades of Medium Carmine #AC473D
Tints of Medium Carmine #AC473D
RGB
CMYK
RGB Variations
Color information
#AC473D (or 0xAC473D) is known color: Medium Carmine. HEX triplet: AC, 47 and 3D. RGB value is (172,71,61). Sum of RGB (Red+Green+Blue) = 172+71+61=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC473D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC473D is #53B8C2. Grayscale: #646464. Windows color (decimal): -5486787 or 4016044. OLE color: 4016044.
HSL color Cylindrical-coordinate representation of color #AC473D: hue angle of 5.41º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC473D is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 61 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.33 |
| HSL | 5.41º | 0.48% | 0.46% | - |
| HSV(B) | 5.41º | 0.65% | 0.67% | - |
| XYZ | 20.11 | 13.61 | 5.98 | - |
| YUV | 100.06 | 105.96 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 61 | 0 | 0.59 | 0.65 | 0.33 | 5.41 | 0.48 | 0.46 |
| Hex | AC | 47 | 3D | 0 | 3B | 41 | 21 | 5 | 30 | 2E |
| Octal | 254 | 107 | 75 | 0 | 73 | 101 | 41 | 5 | 60 | 56 |
| Binary | 10101100 | 1000111 | 111101 | 0 | 111011 | 1000001 | 100001 | 101 | 110000 | 101110 |
Color Harmonies of #AC473D
Complementary color
Monochromatic Colors of #AC473D
Black with #AC473D
Text Example
Text Example
White with #AC473D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC473D; }
p { color: rgb(172,71,61); }
H1.HeaderClassName
{
color: #AC473D;
}
.AnyTagClassName
{
color: #AC473D;
}
</style>
background-color css
<style>
a { background-color: #AC473D; }
a { background-color: rgb(172,71,61); }
div.DivClassName
{
background-color: #AC473D;
}
.BgClassName
{
background-color: #AC473D;
}
</style>
border-color css
<style>
span { border-color: #AC473D; }
span { border-color: rgb(172,71,61); }
td.TdClassName
{
border-color: #AC473D;
}
.TagClassName
{
border-color: #AC473D;
}
</style>