Shades of Carmine #AA012E
Tints of Carmine #AA012E
RGB
CMYK
RGB Variations
Color information
#AA012E (or 0xAA012E) is known color: Carmine. HEX triplet: AA, 01 and 2E. RGB value is (170,1,46). Sum of RGB (Red+Green+Blue) = 170+1+46=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA012E is #55FED1. Grayscale: #383838. Windows color (decimal): -5635794 or 3015082. OLE color: 3015082.
HSL color Cylindrical-coordinate representation of color #AA012E: hue angle of 344.02º 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 #AA012E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.33 |
| HSL | 344.02º | 0.99% | 0.34% | - |
| HSV(B) | 344.02º | 0.99% | 0.67% | - |
| XYZ | 17.08 | 8.77 | 3.38 | - |
| YUV | 56.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 46 | 0 | 0.99 | 0.73 | 0.33 | 344.02 | 0.99 | 0.34 |
| Hex | AA | 1 | 2E | 0 | 63 | 49 | 21 | 158 | 63 | 22 |
| Octal | 252 | 1 | 56 | 0 | 143 | 111 | 41 | 530 | 143 | 42 |
| Binary | 10101010 | 1 | 101110 | 0 | 1100011 | 1001001 | 100001 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AA012E
Complementary color
Monochromatic Colors of #AA012E
Black with #AA012E
Text Example
Text Example
White with #AA012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA012E; }
p { color: rgb(170,1,46); }
H1.HeaderClassName
{
color: #AA012E;
}
.AnyTagClassName
{
color: #AA012E;
}
</style>
background-color css
<style>
a { background-color: #AA012E; }
a { background-color: rgb(170,1,46); }
div.DivClassName
{
background-color: #AA012E;
}
.BgClassName
{
background-color: #AA012E;
}
</style>
border-color css
<style>
span { border-color: #AA012E; }
span { border-color: rgb(170,1,46); }
td.TdClassName
{
border-color: #AA012E;
}
.TagClassName
{
border-color: #AA012E;
}
</style>