Shades of Medium Carmine #AC4027
Tints of Medium Carmine #AC4027
RGB
CMYK
RGB Variations
Color information
#AC4027 (or 0xAC4027) is known color: Medium Carmine. HEX triplet: AC, 40 and 27. RGB value is (172,64,39). Sum of RGB (Red+Green+Blue) = 172+64+39=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4027 is #53BFD8. Grayscale: #5D5D5D. Windows color (decimal): -5488601 or 2572460. OLE color: 2572460.
HSL color Cylindrical-coordinate representation of color #AC4027: hue angle of 11.28º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC4027 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 39 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.33 |
| HSL | 11.28º | 0.63% | 0.41% | - |
| HSV(B) | 11.28º | 0.77% | 0.67% | - |
| XYZ | 19.21 | 12.58 | 3.34 | - |
| YUV | 93.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 39 | 0 | 0.63 | 0.77 | 0.33 | 11.28 | 0.63 | 0.41 |
| Hex | AC | 40 | 27 | 0 | 3F | 4D | 21 | B | 3F | 29 |
| Octal | 254 | 100 | 47 | 0 | 77 | 115 | 41 | 13 | 77 | 51 |
| Binary | 10101100 | 1000000 | 100111 | 0 | 111111 | 1001101 | 100001 | 1011 | 111111 | 101001 |
Color Harmonies of #AC4027
Complementary color
Monochromatic Colors of #AC4027
Black with #AC4027
Text Example
Text Example
White with #AC4027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4027; }
p { color: rgb(172,64,39); }
H1.HeaderClassName
{
color: #AC4027;
}
.AnyTagClassName
{
color: #AC4027;
}
</style>
background-color css
<style>
a { background-color: #AC4027; }
a { background-color: rgb(172,64,39); }
div.DivClassName
{
background-color: #AC4027;
}
.BgClassName
{
background-color: #AC4027;
}
</style>
border-color css
<style>
span { border-color: #AC4027; }
span { border-color: rgb(172,64,39); }
td.TdClassName
{
border-color: #AC4027;
}
.TagClassName
{
border-color: #AC4027;
}
</style>