Shades of Medium Carmine #AC423B
Tints of Medium Carmine #AC423B
RGB
CMYK
RGB Variations
Color information
#AC423B (or 0xAC423B) is known color: Medium Carmine. HEX triplet: AC, 42 and 3B. RGB value is (172,66,59). Sum of RGB (Red+Green+Blue) = 172+66+59=297 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.91% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 172 - color contains mainly: red. Hex color #AC423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC423B is #53BDC4. Grayscale: #616161. Windows color (decimal): -5488069 or 3883692. OLE color: 3883692.
HSL color Cylindrical-coordinate representation of color #AC423B: hue angle of 3.72º degrees, saturation: 0.49, 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 #AC423B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 59 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.33 |
| HSL | 3.72º | 0.49% | 0.45% | - |
| HSV(B) | 3.72º | 0.66% | 0.67% | - |
| XYZ | 19.75 | 12.98 | 5.6 | - |
| YUV | 96.9 | 106.62 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 59 | 0 | 0.62 | 0.66 | 0.33 | 3.72 | 0.49 | 0.45 |
| Hex | AC | 42 | 3B | 0 | 3E | 42 | 21 | 4 | 31 | 2D |
| Octal | 254 | 102 | 73 | 0 | 76 | 102 | 41 | 4 | 61 | 55 |
| Binary | 10101100 | 1000010 | 111011 | 0 | 111110 | 1000010 | 100001 | 100 | 110001 | 101101 |
Color Harmonies of #AC423B
Complementary color
Monochromatic Colors of #AC423B
Black with #AC423B
Text Example
Text Example
White with #AC423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC423B; }
p { color: rgb(172,66,59); }
H1.HeaderClassName
{
color: #AC423B;
}
.AnyTagClassName
{
color: #AC423B;
}
</style>
background-color css
<style>
a { background-color: #AC423B; }
a { background-color: rgb(172,66,59); }
div.DivClassName
{
background-color: #AC423B;
}
.BgClassName
{
background-color: #AC423B;
}
</style>
border-color css
<style>
span { border-color: #AC423B; }
span { border-color: rgb(172,66,59); }
td.TdClassName
{
border-color: #AC423B;
}
.TagClassName
{
border-color: #AC423B;
}
</style>