Shades of Cardinal #AA122C
Tints of Cardinal #AA122C
RGB
CMYK
RGB Variations
Color information
#AA122C (or 0xAA122C) is known color: Cardinal. HEX triplet: AA, 12 and 2C. RGB value is (170,18,44). Sum of RGB (Red+Green+Blue) = 170+18+44=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA122C is #55EDD3. Grayscale: #424242. Windows color (decimal): -5631444 or 2888362. OLE color: 2888362.
HSL color Cylindrical-coordinate representation of color #AA122C: hue angle of 349.74º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA122C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 44 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.33 |
| HSL | 349.74º | 0.81% | 0.37% | - |
| HSV(B) | 349.74º | 0.89% | 0.67% | - |
| XYZ | 17.25 | 9.16 | 3.24 | - |
| YUV | 66.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 44 | 0 | 0.89 | 0.74 | 0.33 | 349.74 | 0.81 | 0.37 |
| Hex | AA | 12 | 2C | 0 | 59 | 4A | 21 | 15E | 51 | 25 |
| Octal | 252 | 22 | 54 | 0 | 131 | 112 | 41 | 536 | 121 | 45 |
| Binary | 10101010 | 10010 | 101100 | 0 | 1011001 | 1001010 | 100001 | 101011110 | 1010001 | 100101 |
Color Harmonies of #AA122C
Complementary color
Monochromatic Colors of #AA122C
Black with #AA122C
Text Example
Text Example
White with #AA122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA122C; }
p { color: rgb(170,18,44); }
H1.HeaderClassName
{
color: #AA122C;
}
.AnyTagClassName
{
color: #AA122C;
}
</style>
background-color css
<style>
a { background-color: #AA122C; }
a { background-color: rgb(170,18,44); }
div.DivClassName
{
background-color: #AA122C;
}
.BgClassName
{
background-color: #AA122C;
}
</style>
border-color css
<style>
span { border-color: #AA122C; }
span { border-color: rgb(170,18,44); }
td.TdClassName
{
border-color: #AA122C;
}
.TagClassName
{
border-color: #AA122C;
}
</style>