Shades of Medium Carmine #AC3A23
Tints of Medium Carmine #AC3A23
RGB
CMYK
RGB Variations
Color information
#AC3A23 (or 0xAC3A23) is known color: Medium Carmine. HEX triplet: AC, 3A and 23. RGB value is (172,58,35). Sum of RGB (Red+Green+Blue) = 172+58+35=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A23 is #53C5DC. Grayscale: #595959. Windows color (decimal): -5490141 or 2308780. OLE color: 2308780.
HSL color Cylindrical-coordinate representation of color #AC3A23: hue angle of 10.07º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC3A23 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 58 | 35 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.33 |
| HSL | 10.07º | 0.66% | 0.41% | - |
| HSV(B) | 10.07º | 0.8% | 0.67% | - |
| XYZ | 18.83 | 11.92 | 2.9 | - |
| YUV | 89.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 35 | 0 | 0.66 | 0.80 | 0.33 | 10.07 | 0.66 | 0.41 |
| Hex | AC | 3A | 23 | 0 | 42 | 50 | 21 | A | 42 | 29 |
| Octal | 254 | 72 | 43 | 0 | 102 | 120 | 41 | 12 | 102 | 51 |
| Binary | 10101100 | 111010 | 100011 | 0 | 1000010 | 1010000 | 100001 | 1010 | 1000010 | 101001 |
Color Harmonies of #AC3A23
Complementary color
Monochromatic Colors of #AC3A23
Black with #AC3A23
Text Example
Text Example
White with #AC3A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3A23; }
p { color: rgb(172,58,35); }
H1.HeaderClassName
{
color: #AC3A23;
}
.AnyTagClassName
{
color: #AC3A23;
}
</style>
background-color css
<style>
a { background-color: #AC3A23; }
a { background-color: rgb(172,58,35); }
div.DivClassName
{
background-color: #AC3A23;
}
.BgClassName
{
background-color: #AC3A23;
}
</style>
border-color css
<style>
span { border-color: #AC3A23; }
span { border-color: rgb(172,58,35); }
td.TdClassName
{
border-color: #AC3A23;
}
.TagClassName
{
border-color: #AC3A23;
}
</style>