Shades of Medium Carmine #AC3B2C
Tints of Medium Carmine #AC3B2C
RGB
CMYK
RGB Variations
Color information
#AC3B2C (or 0xAC3B2C) is known color: Medium Carmine. HEX triplet: AC, 3B and 2C. RGB value is (172,59,44). Sum of RGB (Red+Green+Blue) = 172+59+44=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B2C is #53C4D3. Grayscale: #5B5B5B. Windows color (decimal): -5489876 or 2898860. OLE color: 2898860.
HSL color Cylindrical-coordinate representation of color #AC3B2C: hue angle of 7.03º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3B2C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 59 | 44 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.33 |
| HSL | 7.03º | 0.59% | 0.42% | - |
| HSV(B) | 7.03º | 0.74% | 0.67% | - |
| XYZ | 19.03 | 12.08 | 3.71 | - |
| YUV | 91.08 | 101.44 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 44 | 0 | 0.66 | 0.74 | 0.33 | 7.03 | 0.59 | 0.42 |
| Hex | AC | 3B | 2C | 0 | 42 | 4A | 21 | 7 | 3B | 2A |
| Octal | 254 | 73 | 54 | 0 | 102 | 112 | 41 | 7 | 73 | 52 |
| Binary | 10101100 | 111011 | 101100 | 0 | 1000010 | 1001010 | 100001 | 111 | 111011 | 101010 |
Color Harmonies of #AC3B2C
Complementary color
Monochromatic Colors of #AC3B2C
Black with #AC3B2C
Text Example
Text Example
White with #AC3B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3B2C; }
p { color: rgb(172,59,44); }
H1.HeaderClassName
{
color: #AC3B2C;
}
.AnyTagClassName
{
color: #AC3B2C;
}
</style>
background-color css
<style>
a { background-color: #AC3B2C; }
a { background-color: rgb(172,59,44); }
div.DivClassName
{
background-color: #AC3B2C;
}
.BgClassName
{
background-color: #AC3B2C;
}
</style>
border-color css
<style>
span { border-color: #AC3B2C; }
span { border-color: rgb(172,59,44); }
td.TdClassName
{
border-color: #AC3B2C;
}
.TagClassName
{
border-color: #AC3B2C;
}
</style>