Shades of Cardinal #AA1132
Tints of Cardinal #AA1132
RGB
CMYK
RGB Variations
Color information
#AA1132 (or 0xAA1132) is known color: Cardinal. HEX triplet: AA, 11 and 32. RGB value is (170,17,50). Sum of RGB (Red+Green+Blue) = 170+17+50=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1132 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1132 is #55EECD. Grayscale: #424242. Windows color (decimal): -5631694 or 3281322. OLE color: 3281322.
HSL color Cylindrical-coordinate representation of color #AA1132: hue angle of 347.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1132 is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 50 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.33 |
| HSL | 347.06º | 0.82% | 0.37% | - |
| HSV(B) | 347.06º | 0.9% | 0.67% | - |
| XYZ | 17.35 | 9.18 | 3.87 | - |
| YUV | 66.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 50 | 0 | 0.9 | 0.71 | 0.33 | 347.06 | 0.82 | 0.37 |
| Hex | AA | 11 | 32 | 0 | 5A | 47 | 21 | 15B | 52 | 25 |
| Octal | 252 | 21 | 62 | 0 | 132 | 107 | 41 | 533 | 122 | 45 |
| Binary | 10101010 | 10001 | 110010 | 0 | 1011010 | 1000111 | 100001 | 101011011 | 1010010 | 100101 |
Color Harmonies of #AA1132
Complementary color
Monochromatic Colors of #AA1132
Black with #AA1132
Text Example
Text Example
White with #AA1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1132; }
p { color: rgb(170,17,50); }
H1.HeaderClassName
{
color: #AA1132;
}
.AnyTagClassName
{
color: #AA1132;
}
</style>
background-color css
<style>
a { background-color: #AA1132; }
a { background-color: rgb(170,17,50); }
div.DivClassName
{
background-color: #AA1132;
}
.BgClassName
{
background-color: #AA1132;
}
</style>
border-color css
<style>
span { border-color: #AA1132; }
span { border-color: rgb(170,17,50); }
td.TdClassName
{
border-color: #AA1132;
}
.TagClassName
{
border-color: #AA1132;
}
</style>