Shades of Medium Carmine #AC432B
Tints of Medium Carmine #AC432B
RGB
CMYK
RGB Variations
Color information
#AC432B (or 0xAC432B) is known color: Medium Carmine. HEX triplet: AC, 43 and 2B. RGB value is (172,67,43). Sum of RGB (Red+Green+Blue) = 172+67+43=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC432B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC432B is #53BCD4. Grayscale: #5F5F5F. Windows color (decimal): -5487829 or 2835372. OLE color: 2835372.
HSL color Cylindrical-coordinate representation of color #AC432B: hue angle of 11.16º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC432B is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 43 | - |
| CMYK | 0 | 0.61 | 0.75 | 0.33 |
| HSL | 11.16º | 0.6% | 0.42% | - |
| HSV(B) | 11.16º | 0.75% | 0.67% | - |
| XYZ | 19.46 | 12.96 | 3.76 | - |
| YUV | 95.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 43 | 0 | 0.61 | 0.75 | 0.33 | 11.16 | 0.6 | 0.42 |
| Hex | AC | 43 | 2B | 0 | 3D | 4B | 21 | B | 3C | 2A |
| Octal | 254 | 103 | 53 | 0 | 75 | 113 | 41 | 13 | 74 | 52 |
| Binary | 10101100 | 1000011 | 101011 | 0 | 111101 | 1001011 | 100001 | 1011 | 111100 | 101010 |
Color Harmonies of #AC432B
Complementary color
Monochromatic Colors of #AC432B
Black with #AC432B
Text Example
Text Example
White with #AC432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC432B; }
p { color: rgb(172,67,43); }
H1.HeaderClassName
{
color: #AC432B;
}
.AnyTagClassName
{
color: #AC432B;
}
</style>
background-color css
<style>
a { background-color: #AC432B; }
a { background-color: rgb(172,67,43); }
div.DivClassName
{
background-color: #AC432B;
}
.BgClassName
{
background-color: #AC432B;
}
</style>
border-color css
<style>
span { border-color: #AC432B; }
span { border-color: rgb(172,67,43); }
td.TdClassName
{
border-color: #AC432B;
}
.TagClassName
{
border-color: #AC432B;
}
</style>