Shades of Carmine #AA012B
Tints of Carmine #AA012B
RGB
CMYK
RGB Variations
Color information
#AA012B (or 0xAA012B) is known color: Carmine. HEX triplet: AA, 01 and 2B. RGB value is (170,1,43). Sum of RGB (Red+Green+Blue) = 170+1+43=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA012B is #55FED4. Grayscale: #383838. Windows color (decimal): -5635797 or 2818474. OLE color: 2818474.
HSL color Cylindrical-coordinate representation of color #AA012B: hue angle of 345.09º 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 #AA012B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.33 |
| HSL | 345.09º | 0.99% | 0.34% | - |
| HSV(B) | 345.09º | 0.99% | 0.67% | - |
| XYZ | 17.02 | 8.74 | 3.08 | - |
| YUV | 56.32 | 120.49 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 1 | 43 | 0 | 0.99 | 0.75 | 0.33 | 345.09 | 0.99 | 0.34 |
| Hex | AA | 1 | 2B | 0 | 63 | 4B | 21 | 159 | 63 | 22 |
| Octal | 252 | 1 | 53 | 0 | 143 | 113 | 41 | 531 | 143 | 42 |
| Binary | 10101010 | 1 | 101011 | 0 | 1100011 | 1001011 | 100001 | 101011001 | 1100011 | 100010 |
Color Harmonies of #AA012B
Complementary color
Monochromatic Colors of #AA012B
Black with #AA012B
Text Example
Text Example
White with #AA012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA012B; }
p { color: rgb(170,1,43); }
H1.HeaderClassName
{
color: #AA012B;
}
.AnyTagClassName
{
color: #AA012B;
}
</style>
background-color css
<style>
a { background-color: #AA012B; }
a { background-color: rgb(170,1,43); }
div.DivClassName
{
background-color: #AA012B;
}
.BgClassName
{
background-color: #AA012B;
}
</style>
border-color css
<style>
span { border-color: #AA012B; }
span { border-color: rgb(170,1,43); }
td.TdClassName
{
border-color: #AA012B;
}
.TagClassName
{
border-color: #AA012B;
}
</style>