Shades of Carmine #AA0022
Tints of Carmine #AA0022
RGB
CMYK
RGB Variations
Color information
#AA0022 (or 0xAA0022) is known color: Carmine. HEX triplet: AA, 00 and 22. RGB value is (170,0,34). Sum of RGB (Red+Green+Blue) = 170+0+34=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 34 (13.67% from 255 or 16.67% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0022 is #55FFDD. Grayscale: #363636. Windows color (decimal): -5636062 or 2228394. OLE color: 2228394.
HSL color Cylindrical-coordinate representation of color #AA0022: hue angle of 348º 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 #AA0022 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.80 | 0.33 |
| HSL | 348º | 1% | 0.33% | - |
| HSV(B) | 348º | 1% | 0.67% | - |
| XYZ | 16.87 | 8.66 | 2.3 | - |
| YUV | 54.71 | 116.32 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 34 | 0 | 1 | 0.80 | 0.33 | 348 | 1 | 0.33 |
| Hex | AA | 0 | 22 | 0 | 64 | 50 | 21 | 15C | 64 | 21 |
| Octal | 252 | 0 | 42 | 0 | 144 | 120 | 41 | 534 | 144 | 41 |
| Binary | 10101010 | 0 | 100010 | 0 | 1100100 | 1010000 | 100001 | 101011100 | 1100100 | 100001 |
Color Harmonies of #AA0022
Complementary color
Monochromatic Colors of #AA0022
Black with #AA0022
Text Example
Text Example
White with #AA0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0022; }
p { color: rgb(170,0,34); }
H1.HeaderClassName
{
color: #AA0022;
}
.AnyTagClassName
{
color: #AA0022;
}
</style>
background-color css
<style>
a { background-color: #AA0022; }
a { background-color: rgb(170,0,34); }
div.DivClassName
{
background-color: #AA0022;
}
.BgClassName
{
background-color: #AA0022;
}
</style>
border-color css
<style>
span { border-color: #AA0022; }
span { border-color: rgb(170,0,34); }
td.TdClassName
{
border-color: #AA0022;
}
.TagClassName
{
border-color: #AA0022;
}
</style>