Shades of Medium Carmine #AC3631
Tints of Medium Carmine #AC3631
RGB
CMYK
RGB Variations
Color information
#AC3631 (or 0xAC3631) is known color: Medium Carmine. HEX triplet: AC, 36 and 31. RGB value is (172,54,49). Sum of RGB (Red+Green+Blue) = 172+54+49=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3631 is #53C9CE. Grayscale: #585858. Windows color (decimal): -5491151 or 3225260. OLE color: 3225260.
HSL color Cylindrical-coordinate representation of color #AC3631: hue angle of 2.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3631 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 49 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.33 |
| HSL | 2.44º | 0.56% | 0.43% | - |
| HSV(B) | 2.44º | 0.72% | 0.67% | - |
| XYZ | 18.89 | 11.63 | 4.16 | - |
| YUV | 88.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 49 | 0 | 0.69 | 0.72 | 0.33 | 2.44 | 0.56 | 0.43 |
| Hex | AC | 36 | 31 | 0 | 45 | 48 | 21 | 2 | 38 | 2B |
| Octal | 254 | 66 | 61 | 0 | 105 | 110 | 41 | 2 | 70 | 53 |
| Binary | 10101100 | 110110 | 110001 | 0 | 1000101 | 1001000 | 100001 | 10 | 111000 | 101011 |
Color Harmonies of #AC3631
Complementary color
Monochromatic Colors of #AC3631
Black with #AC3631
Text Example
Text Example
White with #AC3631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3631; }
p { color: rgb(172,54,49); }
H1.HeaderClassName
{
color: #AC3631;
}
.AnyTagClassName
{
color: #AC3631;
}
</style>
background-color css
<style>
a { background-color: #AC3631; }
a { background-color: rgb(172,54,49); }
div.DivClassName
{
background-color: #AC3631;
}
.BgClassName
{
background-color: #AC3631;
}
</style>
border-color css
<style>
span { border-color: #AC3631; }
span { border-color: rgb(172,54,49); }
td.TdClassName
{
border-color: #AC3631;
}
.TagClassName
{
border-color: #AC3631;
}
</style>