Shades of Medium Carmine #AC423E
Tints of Medium Carmine #AC423E
RGB
CMYK
RGB Variations
Color information
#AC423E (or 0xAC423E) is known color: Medium Carmine. HEX triplet: AC, 42 and 3E. RGB value is (172,66,62). Sum of RGB (Red+Green+Blue) = 172+66+62=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC423E is #53BDC1. Grayscale: #616161. Windows color (decimal): -5488066 or 4080300. OLE color: 4080300.
HSL color Cylindrical-coordinate representation of color #AC423E: hue angle of 2.18º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC423E is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 62 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.33 |
| HSL | 2.18º | 0.47% | 0.46% | - |
| HSV(B) | 2.18º | 0.64% | 0.67% | - |
| XYZ | 19.83 | 13.01 | 6.02 | - |
| YUV | 97.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 62 | 0 | 0.62 | 0.64 | 0.33 | 2.18 | 0.47 | 0.46 |
| Hex | AC | 42 | 3E | 0 | 3E | 40 | 21 | 2 | 2F | 2E |
| Octal | 254 | 102 | 76 | 0 | 76 | 100 | 41 | 2 | 57 | 56 |
| Binary | 10101100 | 1000010 | 111110 | 0 | 111110 | 1000000 | 100001 | 10 | 101111 | 101110 |
Color Harmonies of #AC423E
Complementary color
Monochromatic Colors of #AC423E
Black with #AC423E
Text Example
Text Example
White with #AC423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC423E; }
p { color: rgb(172,66,62); }
H1.HeaderClassName
{
color: #AC423E;
}
.AnyTagClassName
{
color: #AC423E;
}
</style>
background-color css
<style>
a { background-color: #AC423E; }
a { background-color: rgb(172,66,62); }
div.DivClassName
{
background-color: #AC423E;
}
.BgClassName
{
background-color: #AC423E;
}
</style>
border-color css
<style>
span { border-color: #AC423E; }
span { border-color: rgb(172,66,62); }
td.TdClassName
{
border-color: #AC423E;
}
.TagClassName
{
border-color: #AC423E;
}
</style>