Shades of Medium Carmine #AC403A
Tints of Medium Carmine #AC403A
RGB
CMYK
RGB Variations
Color information
#AC403A (or 0xAC403A) is known color: Medium Carmine. HEX triplet: AC, 40 and 3A. RGB value is (172,64,58). Sum of RGB (Red+Green+Blue) = 172+64+58=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC403A is #53BFC5. Grayscale: #5F5F5F. Windows color (decimal): -5488582 or 3817644. OLE color: 3817644.
HSL color Cylindrical-coordinate representation of color #AC403A: hue angle of 3.16º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AC403A is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 58 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.33 |
| HSL | 3.16º | 0.5% | 0.45% | - |
| HSV(B) | 3.16º | 0.66% | 0.67% | - |
| XYZ | 19.61 | 12.74 | 5.43 | - |
| YUV | 95.61 | 106.78 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 58 | 0 | 0.63 | 0.66 | 0.33 | 3.16 | 0.5 | 0.45 |
| Hex | AC | 40 | 3A | 0 | 3F | 42 | 21 | 3 | 32 | 2D |
| Octal | 254 | 100 | 72 | 0 | 77 | 102 | 41 | 3 | 62 | 55 |
| Binary | 10101100 | 1000000 | 111010 | 0 | 111111 | 1000010 | 100001 | 11 | 110010 | 101101 |
Color Harmonies of #AC403A
Complementary color
Monochromatic Colors of #AC403A
Black with #AC403A
Text Example
Text Example
White with #AC403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC403A; }
p { color: rgb(172,64,58); }
H1.HeaderClassName
{
color: #AC403A;
}
.AnyTagClassName
{
color: #AC403A;
}
</style>
background-color css
<style>
a { background-color: #AC403A; }
a { background-color: rgb(172,64,58); }
div.DivClassName
{
background-color: #AC403A;
}
.BgClassName
{
background-color: #AC403A;
}
</style>
border-color css
<style>
span { border-color: #AC403A; }
span { border-color: rgb(172,64,58); }
td.TdClassName
{
border-color: #AC403A;
}
.TagClassName
{
border-color: #AC403A;
}
</style>