Shades of Carmine #AC0127
Tints of Carmine #AC0127
RGB
CMYK
RGB Variations
Color information
#AC0127 (or 0xAC0127) is known color: Carmine. HEX triplet: AC, 01 and 27. RGB value is (172,1,39). Sum of RGB (Red+Green+Blue) = 172+1+39=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC0127 is #53FED8. Grayscale: #383838. Windows color (decimal): -5504729 or 2556332. OLE color: 2556332.
HSL color Cylindrical-coordinate representation of color #AC0127: hue angle of 346.67º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC0127 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.33 |
| HSL | 346.67º | 0.99% | 0.34% | - |
| HSV(B) | 346.67º | 0.99% | 0.67% | - |
| XYZ | 17.39 | 8.94 | 2.73 | - |
| YUV | 56.46 | 118.15 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 1 | 39 | 0 | 0.99 | 0.77 | 0.33 | 346.67 | 0.99 | 0.34 |
| Hex | AC | 1 | 27 | 0 | 63 | 4D | 21 | 15B | 63 | 22 |
| Octal | 254 | 1 | 47 | 0 | 143 | 115 | 41 | 533 | 143 | 42 |
| Binary | 10101100 | 1 | 100111 | 0 | 1100011 | 1001101 | 100001 | 101011011 | 1100011 | 100010 |
Color Harmonies of #AC0127
Complementary color
Monochromatic Colors of #AC0127
Black with #AC0127
Text Example
Text Example
White with #AC0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0127; }
p { color: rgb(172,1,39); }
H1.HeaderClassName
{
color: #AC0127;
}
.AnyTagClassName
{
color: #AC0127;
}
</style>
background-color css
<style>
a { background-color: #AC0127; }
a { background-color: rgb(172,1,39); }
div.DivClassName
{
background-color: #AC0127;
}
.BgClassName
{
background-color: #AC0127;
}
</style>
border-color css
<style>
span { border-color: #AC0127; }
span { border-color: rgb(172,1,39); }
td.TdClassName
{
border-color: #AC0127;
}
.TagClassName
{
border-color: #AC0127;
}
</style>