Shades of Medium Carmine #AC382A
Tints of Medium Carmine #AC382A
RGB
CMYK
RGB Variations
Color information
#AC382A (or 0xAC382A) is known color: Medium Carmine. HEX triplet: AC, 38 and 2A. RGB value is (172,56,42). Sum of RGB (Red+Green+Blue) = 172+56+42=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC382A is #53C7D5. Grayscale: #595959. Windows color (decimal): -5490646 or 2767020. OLE color: 2767020.
HSL color Cylindrical-coordinate representation of color #AC382A: hue angle of 6.46º 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 #AC382A is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 42 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.33 |
| HSL | 6.46º | 0.61% | 0.42% | - |
| HSV(B) | 6.46º | 0.76% | 0.67% | - |
| XYZ | 18.85 | 11.77 | 3.47 | - |
| YUV | 89.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 42 | 0 | 0.67 | 0.76 | 0.33 | 6.46 | 0.61 | 0.42 |
| Hex | AC | 38 | 2A | 0 | 43 | 4C | 21 | 6 | 3D | 2A |
| Octal | 254 | 70 | 52 | 0 | 103 | 114 | 41 | 6 | 75 | 52 |
| Binary | 10101100 | 111000 | 101010 | 0 | 1000011 | 1001100 | 100001 | 110 | 111101 | 101010 |
Color Harmonies of #AC382A
Complementary color
Monochromatic Colors of #AC382A
Black with #AC382A
Text Example
Text Example
White with #AC382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC382A; }
p { color: rgb(172,56,42); }
H1.HeaderClassName
{
color: #AC382A;
}
.AnyTagClassName
{
color: #AC382A;
}
</style>
background-color css
<style>
a { background-color: #AC382A; }
a { background-color: rgb(172,56,42); }
div.DivClassName
{
background-color: #AC382A;
}
.BgClassName
{
background-color: #AC382A;
}
</style>
border-color css
<style>
span { border-color: #AC382A; }
span { border-color: rgb(172,56,42); }
td.TdClassName
{
border-color: #AC382A;
}
.TagClassName
{
border-color: #AC382A;
}
</style>