Shades of Medium Carmine #AC362C
Tints of Medium Carmine #AC362C
RGB
CMYK
RGB Variations
Color information
#AC362C (or 0xAC362C) is known color: Medium Carmine. HEX triplet: AC, 36 and 2C. RGB value is (172,54,44). Sum of RGB (Red+Green+Blue) = 172+54+44=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC362C is #53C9D3. Grayscale: #585858. Windows color (decimal): -5491156 or 2897580. OLE color: 2897580.
HSL color Cylindrical-coordinate representation of color #AC362C: hue angle of 4.69º 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 #AC362C is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 44 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.33 |
| HSL | 4.69º | 0.59% | 0.42% | - |
| HSV(B) | 4.69º | 0.74% | 0.67% | - |
| XYZ | 18.79 | 11.59 | 3.63 | - |
| YUV | 88.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 44 | 0 | 0.69 | 0.74 | 0.33 | 4.69 | 0.59 | 0.42 |
| Hex | AC | 36 | 2C | 0 | 45 | 4A | 21 | 5 | 3B | 2A |
| Octal | 254 | 66 | 54 | 0 | 105 | 112 | 41 | 5 | 73 | 52 |
| Binary | 10101100 | 110110 | 101100 | 0 | 1000101 | 1001010 | 100001 | 101 | 111011 | 101010 |
Color Harmonies of #AC362C
Complementary color
Monochromatic Colors of #AC362C
Black with #AC362C
Text Example
Text Example
White with #AC362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC362C; }
p { color: rgb(172,54,44); }
H1.HeaderClassName
{
color: #AC362C;
}
.AnyTagClassName
{
color: #AC362C;
}
</style>
background-color css
<style>
a { background-color: #AC362C; }
a { background-color: rgb(172,54,44); }
div.DivClassName
{
background-color: #AC362C;
}
.BgClassName
{
background-color: #AC362C;
}
</style>
border-color css
<style>
span { border-color: #AC362C; }
span { border-color: rgb(172,54,44); }
td.TdClassName
{
border-color: #AC362C;
}
.TagClassName
{
border-color: #AC362C;
}
</style>