Shades of Medium Carmine #AC433C
Tints of Medium Carmine #AC433C
RGB
CMYK
RGB Variations
Color information
#AC433C (or 0xAC433C) is known color: Medium Carmine. HEX triplet: AC, 43 and 3C. RGB value is (172,67,60). Sum of RGB (Red+Green+Blue) = 172+67+60=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC433C is #53BCC3. Grayscale: #616161. Windows color (decimal): -5487812 or 3949484. OLE color: 3949484.
HSL color Cylindrical-coordinate representation of color #AC433C: hue angle of 3.75º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC433C is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 67 | 60 | - |
| CMYK | 0 | 0.61 | 0.65 | 0.33 |
| HSL | 3.75º | 0.48% | 0.45% | - |
| HSV(B) | 3.75º | 0.65% | 0.67% | - |
| XYZ | 19.84 | 13.11 | 5.76 | - |
| YUV | 97.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 67 | 60 | 0 | 0.61 | 0.65 | 0.33 | 3.75 | 0.48 | 0.45 |
| Hex | AC | 43 | 3C | 0 | 3D | 41 | 21 | 4 | 30 | 2D |
| Octal | 254 | 103 | 74 | 0 | 75 | 101 | 41 | 4 | 60 | 55 |
| Binary | 10101100 | 1000011 | 111100 | 0 | 111101 | 1000001 | 100001 | 100 | 110000 | 101101 |
Color Harmonies of #AC433C
Complementary color
Monochromatic Colors of #AC433C
Black with #AC433C
Text Example
Text Example
White with #AC433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC433C; }
p { color: rgb(172,67,60); }
H1.HeaderClassName
{
color: #AC433C;
}
.AnyTagClassName
{
color: #AC433C;
}
</style>
background-color css
<style>
a { background-color: #AC433C; }
a { background-color: rgb(172,67,60); }
div.DivClassName
{
background-color: #AC433C;
}
.BgClassName
{
background-color: #AC433C;
}
</style>
border-color css
<style>
span { border-color: #AC433C; }
span { border-color: rgb(172,67,60); }
td.TdClassName
{
border-color: #AC433C;
}
.TagClassName
{
border-color: #AC433C;
}
</style>