Shades of Medium Carmine #AC443B
Tints of Medium Carmine #AC443B
RGB
CMYK
RGB Variations
Color information
#AC443B (or 0xAC443B) is known color: Medium Carmine. HEX triplet: AC, 44 and 3B. RGB value is (172,68,59). Sum of RGB (Red+Green+Blue) = 172+68+59=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC443B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC443B is #53BBC4. Grayscale: #626262. Windows color (decimal): -5487557 or 3884204. OLE color: 3884204.
HSL color Cylindrical-coordinate representation of color #AC443B: hue angle of 4.78º degrees, saturation: 0.49, 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 #AC443B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 68 | 59 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.33 |
| HSL | 4.78º | 0.49% | 0.45% | - |
| HSV(B) | 4.78º | 0.66% | 0.67% | - |
| XYZ | 19.87 | 13.22 | 5.64 | - |
| YUV | 98.07 | 105.96 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 59 | 0 | 0.60 | 0.66 | 0.33 | 4.78 | 0.49 | 0.45 |
| Hex | AC | 44 | 3B | 0 | 3C | 42 | 21 | 5 | 31 | 2D |
| Octal | 254 | 104 | 73 | 0 | 74 | 102 | 41 | 5 | 61 | 55 |
| Binary | 10101100 | 1000100 | 111011 | 0 | 111100 | 1000010 | 100001 | 101 | 110001 | 101101 |
Color Harmonies of #AC443B
Complementary color
Monochromatic Colors of #AC443B
Black with #AC443B
Text Example
Text Example
White with #AC443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC443B; }
p { color: rgb(172,68,59); }
H1.HeaderClassName
{
color: #AC443B;
}
.AnyTagClassName
{
color: #AC443B;
}
</style>
background-color css
<style>
a { background-color: #AC443B; }
a { background-color: rgb(172,68,59); }
div.DivClassName
{
background-color: #AC443B;
}
.BgClassName
{
background-color: #AC443B;
}
</style>
border-color css
<style>
span { border-color: #AC443B; }
span { border-color: rgb(172,68,59); }
td.TdClassName
{
border-color: #AC443B;
}
.TagClassName
{
border-color: #AC443B;
}
</style>