Shades of Medium Carmine #AC473E
Tints of Medium Carmine #AC473E
RGB
CMYK
RGB Variations
Color information
#AC473E (or 0xAC473E) is known color: Medium Carmine. HEX triplet: AC, 47 and 3E. RGB value is (172,71,62). Sum of RGB (Red+Green+Blue) = 172+71+62=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC473E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC473E is #53B8C1. Grayscale: #646464. Windows color (decimal): -5486786 or 4081580. OLE color: 4081580.
HSL color Cylindrical-coordinate representation of color #AC473E: hue angle of 4.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC473E is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 71 | 62 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.33 |
| HSL | 4.91º | 0.47% | 0.46% | - |
| HSV(B) | 4.91º | 0.64% | 0.67% | - |
| XYZ | 20.14 | 13.62 | 6.13 | - |
| YUV | 100.17 | 106.46 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 71 | 62 | 0 | 0.59 | 0.64 | 0.33 | 4.91 | 0.47 | 0.46 |
| Hex | AC | 47 | 3E | 0 | 3B | 40 | 21 | 5 | 2F | 2E |
| Octal | 254 | 107 | 76 | 0 | 73 | 100 | 41 | 5 | 57 | 56 |
| Binary | 10101100 | 1000111 | 111110 | 0 | 111011 | 1000000 | 100001 | 101 | 101111 | 101110 |
Color Harmonies of #AC473E
Complementary color
Monochromatic Colors of #AC473E
Black with #AC473E
Text Example
Text Example
White with #AC473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC473E; }
p { color: rgb(172,71,62); }
H1.HeaderClassName
{
color: #AC473E;
}
.AnyTagClassName
{
color: #AC473E;
}
</style>
background-color css
<style>
a { background-color: #AC473E; }
a { background-color: rgb(172,71,62); }
div.DivClassName
{
background-color: #AC473E;
}
.BgClassName
{
background-color: #AC473E;
}
</style>
border-color css
<style>
span { border-color: #AC473E; }
span { border-color: rgb(172,71,62); }
td.TdClassName
{
border-color: #AC473E;
}
.TagClassName
{
border-color: #AC473E;
}
</style>