Shades of Carmine #AA002B
Tints of Carmine #AA002B
RGB
CMYK
RGB Variations
Color information
#AA002B (or 0xAA002B) is known color: Carmine. HEX triplet: AA, 00 and 2B. RGB value is (170,0,43). Sum of RGB (Red+Green+Blue) = 170+0+43=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA002B is #55FFD4. Grayscale: #373737. Windows color (decimal): -5636053 or 2818218. OLE color: 2818218.
HSL color Cylindrical-coordinate representation of color #AA002B: hue angle of 344.82º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA002B is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.75 | 0.33 |
| HSL | 344.82º | 1% | 0.33% | - |
| HSV(B) | 344.82º | 1% | 0.67% | - |
| XYZ | 17.01 | 8.72 | 3.07 | - |
| YUV | 55.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 43 | 0 | 1 | 0.75 | 0.33 | 344.82 | 1 | 0.33 |
| Hex | AA | 0 | 2B | 0 | 64 | 4B | 21 | 159 | 64 | 21 |
| Octal | 252 | 0 | 53 | 0 | 144 | 113 | 41 | 531 | 144 | 41 |
| Binary | 10101010 | 0 | 101011 | 0 | 1100100 | 1001011 | 100001 | 101011001 | 1100100 | 100001 |
Color Harmonies of #AA002B
Complementary color
Monochromatic Colors of #AA002B
Black with #AA002B
Text Example
Text Example
White with #AA002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA002B; }
p { color: rgb(170,0,43); }
H1.HeaderClassName
{
color: #AA002B;
}
.AnyTagClassName
{
color: #AA002B;
}
</style>
background-color css
<style>
a { background-color: #AA002B; }
a { background-color: rgb(170,0,43); }
div.DivClassName
{
background-color: #AA002B;
}
.BgClassName
{
background-color: #AA002B;
}
</style>
border-color css
<style>
span { border-color: #AA002B; }
span { border-color: rgb(170,0,43); }
td.TdClassName
{
border-color: #AA002B;
}
.TagClassName
{
border-color: #AA002B;
}
</style>