Shades of Medium Carmine #AC432F
Tints of Medium Carmine #AC432F
RGB
CMYK
RGB Variations
Color information
#AC432F (or 0xAC432F) is known color: Medium Carmine. HEX triplet: AC, 43 and 2F. RGB value is (172,67,47). Sum of RGB (Red+Green+Blue) = 172+67+47=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC432F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC432F is #53BCD0. Grayscale: #606060. Windows color (decimal): -5487825 or 3097516. OLE color: 3097516.
HSL color Cylindrical-coordinate representation of color #AC432F: hue angle of 9.6º 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 #AC432F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 47 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.33 |
| HSL | 9.6º | 0.57% | 0.43% | - |
| HSV(B) | 9.6º | 0.73% | 0.67% | - |
| XYZ | 19.53 | 12.99 | 4.17 | - |
| YUV | 96.12 | 100.29 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 47 | 0 | 0.61 | 0.73 | 0.33 | 9.6 | 0.57 | 0.43 |
| Hex | AC | 43 | 2F | 0 | 3D | 49 | 21 | A | 39 | 2B |
| Octal | 254 | 103 | 57 | 0 | 75 | 111 | 41 | 12 | 71 | 53 |
| Binary | 10101100 | 1000011 | 101111 | 0 | 111101 | 1001001 | 100001 | 1010 | 111001 | 101011 |
Color Harmonies of #AC432F
Complementary color
Monochromatic Colors of #AC432F
Black with #AC432F
Text Example
Text Example
White with #AC432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC432F; }
p { color: rgb(172,67,47); }
H1.HeaderClassName
{
color: #AC432F;
}
.AnyTagClassName
{
color: #AC432F;
}
</style>
background-color css
<style>
a { background-color: #AC432F; }
a { background-color: rgb(172,67,47); }
div.DivClassName
{
background-color: #AC432F;
}
.BgClassName
{
background-color: #AC432F;
}
</style>
border-color css
<style>
span { border-color: #AC432F; }
span { border-color: rgb(172,67,47); }
td.TdClassName
{
border-color: #AC432F;
}
.TagClassName
{
border-color: #AC432F;
}
</style>