Shades of Medium Carmine #AC462F
Tints of Medium Carmine #AC462F
RGB
CMYK
RGB Variations
Color information
#AC462F (or 0xAC462F) is known color: Medium Carmine. HEX triplet: AC, 46 and 2F. RGB value is (172,70,47). Sum of RGB (Red+Green+Blue) = 172+70+47=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC462F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC462F is #53B9D0. Grayscale: #626262. Windows color (decimal): -5487057 or 3098284. OLE color: 3098284.
HSL color Cylindrical-coordinate representation of color #AC462F: hue angle of 11.04º 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 #AC462F is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 70 | 47 | - |
| CMYK | 0 | 0.59 | 0.73 | 0.33 |
| HSL | 11.04º | 0.57% | 0.43% | - |
| HSV(B) | 11.04º | 0.73% | 0.67% | - |
| XYZ | 19.72 | 13.36 | 4.23 | - |
| YUV | 97.88 | 99.29 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 70 | 47 | 0 | 0.59 | 0.73 | 0.33 | 11.04 | 0.57 | 0.43 |
| Hex | AC | 46 | 2F | 0 | 3B | 49 | 21 | B | 39 | 2B |
| Octal | 254 | 106 | 57 | 0 | 73 | 111 | 41 | 13 | 71 | 53 |
| Binary | 10101100 | 1000110 | 101111 | 0 | 111011 | 1001001 | 100001 | 1011 | 111001 | 101011 |
Color Harmonies of #AC462F
Complementary color
Monochromatic Colors of #AC462F
Black with #AC462F
Text Example
Text Example
White with #AC462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC462F; }
p { color: rgb(172,70,47); }
H1.HeaderClassName
{
color: #AC462F;
}
.AnyTagClassName
{
color: #AC462F;
}
</style>
background-color css
<style>
a { background-color: #AC462F; }
a { background-color: rgb(172,70,47); }
div.DivClassName
{
background-color: #AC462F;
}
.BgClassName
{
background-color: #AC462F;
}
</style>
border-color css
<style>
span { border-color: #AC462F; }
span { border-color: rgb(172,70,47); }
td.TdClassName
{
border-color: #AC462F;
}
.TagClassName
{
border-color: #AC462F;
}
</style>