Shades of Medium Carmine #AC382F
Tints of Medium Carmine #AC382F
RGB
CMYK
RGB Variations
Color information
#AC382F (or 0xAC382F) is known color: Medium Carmine. HEX triplet: AC, 38 and 2F. RGB value is (172,56,47). Sum of RGB (Red+Green+Blue) = 172+56+47=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC382F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC382F is #53C7D0. Grayscale: #595959. Windows color (decimal): -5490641 or 3094700. OLE color: 3094700.
HSL color Cylindrical-coordinate representation of color #AC382F: hue angle of 4.32º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC382F is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 56 | 47 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.33 |
| HSL | 4.32º | 0.57% | 0.43% | - |
| HSV(B) | 4.32º | 0.73% | 0.67% | - |
| XYZ | 18.94 | 11.8 | 3.97 | - |
| YUV | 89.66 | 103.93 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 56 | 47 | 0 | 0.67 | 0.73 | 0.33 | 4.32 | 0.57 | 0.43 |
| Hex | AC | 38 | 2F | 0 | 43 | 49 | 21 | 4 | 39 | 2B |
| Octal | 254 | 70 | 57 | 0 | 103 | 111 | 41 | 4 | 71 | 53 |
| Binary | 10101100 | 111000 | 101111 | 0 | 1000011 | 1001001 | 100001 | 100 | 111001 | 101011 |
Color Harmonies of #AC382F
Complementary color
Monochromatic Colors of #AC382F
Black with #AC382F
Text Example
Text Example
White with #AC382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC382F; }
p { color: rgb(172,56,47); }
H1.HeaderClassName
{
color: #AC382F;
}
.AnyTagClassName
{
color: #AC382F;
}
</style>
background-color css
<style>
a { background-color: #AC382F; }
a { background-color: rgb(172,56,47); }
div.DivClassName
{
background-color: #AC382F;
}
.BgClassName
{
background-color: #AC382F;
}
</style>
border-color css
<style>
span { border-color: #AC382F; }
span { border-color: rgb(172,56,47); }
td.TdClassName
{
border-color: #AC382F;
}
.TagClassName
{
border-color: #AC382F;
}
</style>