Shades of Medium Carmine #AC362A
Tints of Medium Carmine #AC362A
RGB
CMYK
RGB Variations
Color information
#AC362A (or 0xAC362A) is known color: Medium Carmine. HEX triplet: AC, 36 and 2A. RGB value is (172,54,42). Sum of RGB (Red+Green+Blue) = 172+54+42=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC362A is #53C9D5. Grayscale: #585858. Windows color (decimal): -5491158 or 2766508. OLE color: 2766508.
HSL color Cylindrical-coordinate representation of color #AC362A: hue angle of 5.54º degrees, saturation: 0.61, 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 #AC362A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 54 | 42 | - |
| CMYK | 0 | 0.69 | 0.76 | 0.33 |
| HSL | 5.54º | 0.61% | 0.42% | - |
| HSV(B) | 5.54º | 0.76% | 0.67% | - |
| XYZ | 18.75 | 11.58 | 3.44 | - |
| YUV | 87.91 | 102.09 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 42 | 0 | 0.69 | 0.76 | 0.33 | 5.54 | 0.61 | 0.42 |
| Hex | AC | 36 | 2A | 0 | 45 | 4C | 21 | 6 | 3D | 2A |
| Octal | 254 | 66 | 52 | 0 | 105 | 114 | 41 | 6 | 75 | 52 |
| Binary | 10101100 | 110110 | 101010 | 0 | 1000101 | 1001100 | 100001 | 110 | 111101 | 101010 |
Color Harmonies of #AC362A
Complementary color
Monochromatic Colors of #AC362A
Black with #AC362A
Text Example
Text Example
White with #AC362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC362A; }
p { color: rgb(172,54,42); }
H1.HeaderClassName
{
color: #AC362A;
}
.AnyTagClassName
{
color: #AC362A;
}
</style>
background-color css
<style>
a { background-color: #AC362A; }
a { background-color: rgb(172,54,42); }
div.DivClassName
{
background-color: #AC362A;
}
.BgClassName
{
background-color: #AC362A;
}
</style>
border-color css
<style>
span { border-color: #AC362A; }
span { border-color: rgb(172,54,42); }
td.TdClassName
{
border-color: #AC362A;
}
.TagClassName
{
border-color: #AC362A;
}
</style>