Shades of Medium Carmine #AC3629
Tints of Medium Carmine #AC3629
RGB
CMYK
RGB Variations
Color information
#AC3629 (or 0xAC3629) is known color: Medium Carmine. HEX triplet: AC, 36 and 29. RGB value is (172,54,41). Sum of RGB (Red+Green+Blue) = 172+54+41=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 41 (16.41% from 255 or 15.36% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3629 is #53C9D6. Grayscale: #575757. Windows color (decimal): -5491159 or 2700972. OLE color: 2700972.
HSL color Cylindrical-coordinate representation of color #AC3629: hue angle of 5.95º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC3629 is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 41 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.33 |
| HSL | 5.95º | 0.62% | 0.42% | - |
| HSV(B) | 5.95º | 0.76% | 0.67% | - |
| XYZ | 18.73 | 11.57 | 3.34 | - |
| YUV | 87.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 41 | 0 | 0.69 | 0.76 | 0.33 | 5.95 | 0.62 | 0.42 |
| Hex | AC | 36 | 29 | 0 | 45 | 4C | 21 | 6 | 3E | 2A |
| Octal | 254 | 66 | 51 | 0 | 105 | 114 | 41 | 6 | 76 | 52 |
| Binary | 10101100 | 110110 | 101001 | 0 | 1000101 | 1001100 | 100001 | 110 | 111110 | 101010 |
Color Harmonies of #AC3629
Complementary color
Monochromatic Colors of #AC3629
Black with #AC3629
Text Example
Text Example
White with #AC3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3629; }
p { color: rgb(172,54,41); }
H1.HeaderClassName
{
color: #AC3629;
}
.AnyTagClassName
{
color: #AC3629;
}
</style>
background-color css
<style>
a { background-color: #AC3629; }
a { background-color: rgb(172,54,41); }
div.DivClassName
{
background-color: #AC3629;
}
.BgClassName
{
background-color: #AC3629;
}
</style>
border-color css
<style>
span { border-color: #AC3629; }
span { border-color: rgb(172,54,41); }
td.TdClassName
{
border-color: #AC3629;
}
.TagClassName
{
border-color: #AC3629;
}
</style>