Shades of Medium Carmine #AC4028
Tints of Medium Carmine #AC4028
RGB
CMYK
RGB Variations
Color information
#AC4028 (or 0xAC4028) is known color: Medium Carmine. HEX triplet: AC, 40 and 28. RGB value is (172,64,40). Sum of RGB (Red+Green+Blue) = 172+64+40=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4028 is #53BFD7. Grayscale: #5D5D5D. Windows color (decimal): -5488600 or 2637996. OLE color: 2637996.
HSL color Cylindrical-coordinate representation of color #AC4028: hue angle of 10.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC4028 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 40 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.33 |
| HSL | 10.91º | 0.62% | 0.42% | - |
| HSV(B) | 10.91º | 0.77% | 0.67% | - |
| XYZ | 19.23 | 12.59 | 3.42 | - |
| YUV | 93.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 40 | 0 | 0.63 | 0.77 | 0.33 | 10.91 | 0.62 | 0.42 |
| Hex | AC | 40 | 28 | 0 | 3F | 4D | 21 | B | 3E | 2A |
| Octal | 254 | 100 | 50 | 0 | 77 | 115 | 41 | 13 | 76 | 52 |
| Binary | 10101100 | 1000000 | 101000 | 0 | 111111 | 1001101 | 100001 | 1011 | 111110 | 101010 |
Color Harmonies of #AC4028
Complementary color
Monochromatic Colors of #AC4028
Black with #AC4028
Text Example
Text Example
White with #AC4028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4028; }
p { color: rgb(172,64,40); }
H1.HeaderClassName
{
color: #AC4028;
}
.AnyTagClassName
{
color: #AC4028;
}
</style>
background-color css
<style>
a { background-color: #AC4028; }
a { background-color: rgb(172,64,40); }
div.DivClassName
{
background-color: #AC4028;
}
.BgClassName
{
background-color: #AC4028;
}
</style>
border-color css
<style>
span { border-color: #AC4028; }
span { border-color: rgb(172,64,40); }
td.TdClassName
{
border-color: #AC4028;
}
.TagClassName
{
border-color: #AC4028;
}
</style>