Shades of Carmine #AA012C
Tints of Carmine #AA012C
RGB
CMYK
RGB Variations
Color information
#AA012C (or 0xAA012C) is known color: Carmine. HEX triplet: AA, 01 and 2C. RGB value is (170,1,44). Sum of RGB (Red+Green+Blue) = 170+1+44=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA012C is #55FED3. Grayscale: #383838. Windows color (decimal): -5635796 or 2884010. OLE color: 2884010.
HSL color Cylindrical-coordinate representation of color #AA012C: hue angle of 344.73º 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 #AA012C is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.33 |
| HSL | 344.73º | 0.99% | 0.34% | - |
| HSV(B) | 344.73º | 0.99% | 0.67% | - |
| XYZ | 17.04 | 8.75 | 3.17 | - |
| YUV | 56.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 44 | 0 | 0.99 | 0.74 | 0.33 | 344.73 | 0.99 | 0.34 |
| Hex | AA | 1 | 2C | 0 | 63 | 4A | 21 | 159 | 63 | 22 |
| Octal | 252 | 1 | 54 | 0 | 143 | 112 | 41 | 531 | 143 | 42 |
| Binary | 10101010 | 1 | 101100 | 0 | 1100011 | 1001010 | 100001 | 101011001 | 1100011 | 100010 |
Color Harmonies of #AA012C
Complementary color
Monochromatic Colors of #AA012C
Black with #AA012C
Text Example
Text Example
White with #AA012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA012C; }
p { color: rgb(170,1,44); }
H1.HeaderClassName
{
color: #AA012C;
}
.AnyTagClassName
{
color: #AA012C;
}
</style>
background-color css
<style>
a { background-color: #AA012C; }
a { background-color: rgb(170,1,44); }
div.DivClassName
{
background-color: #AA012C;
}
.BgClassName
{
background-color: #AA012C;
}
</style>
border-color css
<style>
span { border-color: #AA012C; }
span { border-color: rgb(170,1,44); }
td.TdClassName
{
border-color: #AA012C;
}
.TagClassName
{
border-color: #AA012C;
}
</style>