Shades of Medium Carmine #AC422F
Tints of Medium Carmine #AC422F
RGB
CMYK
RGB Variations
Color information
#AC422F (or 0xAC422F) is known color: Medium Carmine. HEX triplet: AC, 42 and 2F. RGB value is (172,66,47). Sum of RGB (Red+Green+Blue) = 172+66+47=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC422F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC422F is #53BDD0. Grayscale: #5F5F5F. Windows color (decimal): -5488081 or 3097260. OLE color: 3097260.
HSL color Cylindrical-coordinate representation of color #AC422F: hue angle of 9.12º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC422F is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 47 | - |
| CMYK | 0 | 0.62 | 0.73 | 0.33 |
| HSL | 9.12º | 0.57% | 0.43% | - |
| HSV(B) | 9.12º | 0.73% | 0.67% | - |
| XYZ | 19.47 | 12.87 | 4.15 | - |
| YUV | 95.53 | 100.62 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 47 | 0 | 0.62 | 0.73 | 0.33 | 9.12 | 0.57 | 0.43 |
| Hex | AC | 42 | 2F | 0 | 3E | 49 | 21 | 9 | 39 | 2B |
| Octal | 254 | 102 | 57 | 0 | 76 | 111 | 41 | 11 | 71 | 53 |
| Binary | 10101100 | 1000010 | 101111 | 0 | 111110 | 1001001 | 100001 | 1001 | 111001 | 101011 |
Color Harmonies of #AC422F
Complementary color
Monochromatic Colors of #AC422F
Black with #AC422F
Text Example
Text Example
White with #AC422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC422F; }
p { color: rgb(172,66,47); }
H1.HeaderClassName
{
color: #AC422F;
}
.AnyTagClassName
{
color: #AC422F;
}
</style>
background-color css
<style>
a { background-color: #AC422F; }
a { background-color: rgb(172,66,47); }
div.DivClassName
{
background-color: #AC422F;
}
.BgClassName
{
background-color: #AC422F;
}
</style>
border-color css
<style>
span { border-color: #AC422F; }
span { border-color: rgb(172,66,47); }
td.TdClassName
{
border-color: #AC422F;
}
.TagClassName
{
border-color: #AC422F;
}
</style>