Shades of Carmine #AA022B
Tints of Carmine #AA022B
RGB
CMYK
RGB Variations
Color information
#AA022B (or 0xAA022B) is known color: Carmine. HEX triplet: AA, 02 and 2B. RGB value is (170,2,43). Sum of RGB (Red+Green+Blue) = 170+2+43=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA022B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA022B is #55FDD4. Grayscale: #383838. Windows color (decimal): -5635541 or 2818730. OLE color: 2818730.
HSL color Cylindrical-coordinate representation of color #AA022B: hue angle of 345.36º degrees, saturation: 0.98, 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 #AA022B is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 43 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.33 |
| HSL | 345.36º | 0.98% | 0.34% | - |
| HSV(B) | 345.36º | 0.99% | 0.67% | - |
| XYZ | 17.04 | 8.76 | 3.08 | - |
| YUV | 56.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 43 | 0 | 0.99 | 0.75 | 0.33 | 345.36 | 0.98 | 0.34 |
| Hex | AA | 2 | 2B | 0 | 63 | 4B | 21 | 159 | 62 | 22 |
| Octal | 252 | 2 | 53 | 0 | 143 | 113 | 41 | 531 | 142 | 42 |
| Binary | 10101010 | 10 | 101011 | 0 | 1100011 | 1001011 | 100001 | 101011001 | 1100010 | 100010 |
Color Harmonies of #AA022B
Complementary color
Monochromatic Colors of #AA022B
Black with #AA022B
Text Example
Text Example
White with #AA022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA022B; }
p { color: rgb(170,2,43); }
H1.HeaderClassName
{
color: #AA022B;
}
.AnyTagClassName
{
color: #AA022B;
}
</style>
background-color css
<style>
a { background-color: #AA022B; }
a { background-color: rgb(170,2,43); }
div.DivClassName
{
background-color: #AA022B;
}
.BgClassName
{
background-color: #AA022B;
}
</style>
border-color css
<style>
span { border-color: #AA022B; }
span { border-color: rgb(170,2,43); }
td.TdClassName
{
border-color: #AA022B;
}
.TagClassName
{
border-color: #AA022B;
}
</style>