Shades of Medium Carmine #AC372F
Tints of Medium Carmine #AC372F
RGB
CMYK
RGB Variations
Color information
#AC372F (or 0xAC372F) is known color: Medium Carmine. HEX triplet: AC, 37 and 2F. RGB value is (172,55,47). Sum of RGB (Red+Green+Blue) = 172+55+47=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 47 (18.75% from 255 or 17.15% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC372F is #53C8D0. Grayscale: #595959. Windows color (decimal): -5490897 or 3094444. OLE color: 3094444.
HSL color Cylindrical-coordinate representation of color #AC372F: hue angle of 3.84º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC372F is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 55 | 47 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.33 |
| HSL | 3.84º | 0.57% | 0.43% | - |
| HSV(B) | 3.84º | 0.73% | 0.67% | - |
| XYZ | 18.89 | 11.71 | 3.95 | - |
| YUV | 89.07 | 104.26 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 55 | 47 | 0 | 0.68 | 0.73 | 0.33 | 3.84 | 0.57 | 0.43 |
| Hex | AC | 37 | 2F | 0 | 44 | 49 | 21 | 4 | 39 | 2B |
| Octal | 254 | 67 | 57 | 0 | 104 | 111 | 41 | 4 | 71 | 53 |
| Binary | 10101100 | 110111 | 101111 | 0 | 1000100 | 1001001 | 100001 | 100 | 111001 | 101011 |
Color Harmonies of #AC372F
Complementary color
Monochromatic Colors of #AC372F
Black with #AC372F
Text Example
Text Example
White with #AC372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC372F; }
p { color: rgb(172,55,47); }
H1.HeaderClassName
{
color: #AC372F;
}
.AnyTagClassName
{
color: #AC372F;
}
</style>
background-color css
<style>
a { background-color: #AC372F; }
a { background-color: rgb(172,55,47); }
div.DivClassName
{
background-color: #AC372F;
}
.BgClassName
{
background-color: #AC372F;
}
</style>
border-color css
<style>
span { border-color: #AC372F; }
span { border-color: rgb(172,55,47); }
td.TdClassName
{
border-color: #AC372F;
}
.TagClassName
{
border-color: #AC372F;
}
</style>