Shades of Medium Carmine #AC453D
Tints of Medium Carmine #AC453D
RGB
CMYK
RGB Variations
Color information
#AC453D (or 0xAC453D) is known color: Medium Carmine. HEX triplet: AC, 45 and 3D. RGB value is (172,69,61). Sum of RGB (Red+Green+Blue) = 172+69+61=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC453D is #53BAC2. Grayscale: #636363. Windows color (decimal): -5487299 or 4015532. OLE color: 4015532.
HSL color Cylindrical-coordinate representation of color #AC453D: hue angle of 4.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC453D is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 69 | 61 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.33 |
| HSL | 4.32º | 0.48% | 0.46% | - |
| HSV(B) | 4.32º | 0.65% | 0.67% | - |
| XYZ | 19.98 | 13.36 | 5.94 | - |
| YUV | 98.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 61 | 0 | 0.60 | 0.65 | 0.33 | 4.32 | 0.48 | 0.46 |
| Hex | AC | 45 | 3D | 0 | 3C | 41 | 21 | 4 | 30 | 2E |
| Octal | 254 | 105 | 75 | 0 | 74 | 101 | 41 | 4 | 60 | 56 |
| Binary | 10101100 | 1000101 | 111101 | 0 | 111100 | 1000001 | 100001 | 100 | 110000 | 101110 |
Color Harmonies of #AC453D
Complementary color
Monochromatic Colors of #AC453D
Black with #AC453D
Text Example
Text Example
White with #AC453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC453D; }
p { color: rgb(172,69,61); }
H1.HeaderClassName
{
color: #AC453D;
}
.AnyTagClassName
{
color: #AC453D;
}
</style>
background-color css
<style>
a { background-color: #AC453D; }
a { background-color: rgb(172,69,61); }
div.DivClassName
{
background-color: #AC453D;
}
.BgClassName
{
background-color: #AC453D;
}
</style>
border-color css
<style>
span { border-color: #AC453D; }
span { border-color: rgb(172,69,61); }
td.TdClassName
{
border-color: #AC453D;
}
.TagClassName
{
border-color: #AC453D;
}
</style>