Shades of Medium Carmine #AC423A
Tints of Medium Carmine #AC423A
RGB
CMYK
RGB Variations
Color information
#AC423A (or 0xAC423A) is known color: Medium Carmine. HEX triplet: AC, 42 and 3A. RGB value is (172,66,58). Sum of RGB (Red+Green+Blue) = 172+66+58=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC423A is #53BDC5. Grayscale: #606060. Windows color (decimal): -5488070 or 3818156. OLE color: 3818156.
HSL color Cylindrical-coordinate representation of color #AC423A: hue angle of 4.21º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC423A is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 58 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.33 |
| HSL | 4.21º | 0.5% | 0.45% | - |
| HSV(B) | 4.21º | 0.66% | 0.67% | - |
| XYZ | 19.73 | 12.97 | 5.47 | - |
| YUV | 96.78 | 106.12 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 58 | 0 | 0.62 | 0.66 | 0.33 | 4.21 | 0.5 | 0.45 |
| Hex | AC | 42 | 3A | 0 | 3E | 42 | 21 | 4 | 32 | 2D |
| Octal | 254 | 102 | 72 | 0 | 76 | 102 | 41 | 4 | 62 | 55 |
| Binary | 10101100 | 1000010 | 111010 | 0 | 111110 | 1000010 | 100001 | 100 | 110010 | 101101 |
Color Harmonies of #AC423A
Complementary color
Monochromatic Colors of #AC423A
Black with #AC423A
Text Example
Text Example
White with #AC423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC423A; }
p { color: rgb(172,66,58); }
H1.HeaderClassName
{
color: #AC423A;
}
.AnyTagClassName
{
color: #AC423A;
}
</style>
background-color css
<style>
a { background-color: #AC423A; }
a { background-color: rgb(172,66,58); }
div.DivClassName
{
background-color: #AC423A;
}
.BgClassName
{
background-color: #AC423A;
}
</style>
border-color css
<style>
span { border-color: #AC423A; }
span { border-color: rgb(172,66,58); }
td.TdClassName
{
border-color: #AC423A;
}
.TagClassName
{
border-color: #AC423A;
}
</style>