Shades of Cardinal #AA1131
Tints of Cardinal #AA1131
RGB
CMYK
RGB Variations
Color information
#AA1131 (or 0xAA1131) is known color: Cardinal. HEX triplet: AA, 11 and 31. RGB value is (170,17,49). Sum of RGB (Red+Green+Blue) = 170+17+49=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1131 is #55EECE. Grayscale: #424242. Windows color (decimal): -5631695 or 3215786. OLE color: 3215786.
HSL color Cylindrical-coordinate representation of color #AA1131: hue angle of 347.45º 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 #AA1131 is Cyan = 0, Magento = 0.9, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 49 | - |
| CMYK | 0 | 0.9 | 0.71 | 0.33 |
| HSL | 347.45º | 0.82% | 0.37% | - |
| HSV(B) | 347.45º | 0.9% | 0.67% | - |
| XYZ | 17.33 | 9.17 | 3.76 | - |
| YUV | 66.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 49 | 0 | 0.9 | 0.71 | 0.33 | 347.45 | 0.82 | 0.37 |
| Hex | AA | 11 | 31 | 0 | 5A | 47 | 21 | 15B | 52 | 25 |
| Octal | 252 | 21 | 61 | 0 | 132 | 107 | 41 | 533 | 122 | 45 |
| Binary | 10101010 | 10001 | 110001 | 0 | 1011010 | 1000111 | 100001 | 101011011 | 1010010 | 100101 |
Color Harmonies of #AA1131
Complementary color
Monochromatic Colors of #AA1131
Black with #AA1131
Text Example
Text Example
White with #AA1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1131; }
p { color: rgb(170,17,49); }
H1.HeaderClassName
{
color: #AA1131;
}
.AnyTagClassName
{
color: #AA1131;
}
</style>
background-color css
<style>
a { background-color: #AA1131; }
a { background-color: rgb(170,17,49); }
div.DivClassName
{
background-color: #AA1131;
}
.BgClassName
{
background-color: #AA1131;
}
</style>
border-color css
<style>
span { border-color: #AA1131; }
span { border-color: rgb(170,17,49); }
td.TdClassName
{
border-color: #AA1131;
}
.TagClassName
{
border-color: #AA1131;
}
</style>