Shades of Cardinal #AA113A
Tints of Cardinal #AA113A
RGB
CMYK
RGB Variations
Color information
#AA113A (or 0xAA113A) is known color: Cardinal. HEX triplet: AA, 11 and 3A. RGB value is (170,17,58). Sum of RGB (Red+Green+Blue) = 170+17+58=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113A is #55EEC5. Grayscale: #434343. Windows color (decimal): -5631686 or 3805610. OLE color: 3805610.
HSL color Cylindrical-coordinate representation of color #AA113A: hue angle of 343.92º 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 #AA113A is Cyan = 0, Magento = 0.9, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 58 | - |
| CMYK | 0 | 0.9 | 0.66 | 0.33 |
| HSL | 343.92º | 0.82% | 0.37% | - |
| HSV(B) | 343.92º | 0.9% | 0.67% | - |
| XYZ | 17.54 | 9.25 | 4.86 | - |
| YUV | 67.42 | 122.69 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 58 | 0 | 0.9 | 0.66 | 0.33 | 343.92 | 0.82 | 0.37 |
| Hex | AA | 11 | 3A | 0 | 5A | 42 | 21 | 158 | 52 | 25 |
| Octal | 252 | 21 | 72 | 0 | 132 | 102 | 41 | 530 | 122 | 45 |
| Binary | 10101010 | 10001 | 111010 | 0 | 1011010 | 1000010 | 100001 | 101011000 | 1010010 | 100101 |
Color Harmonies of #AA113A
Complementary color
Monochromatic Colors of #AA113A
Black with #AA113A
Text Example
Text Example
White with #AA113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA113A; }
p { color: rgb(170,17,58); }
H1.HeaderClassName
{
color: #AA113A;
}
.AnyTagClassName
{
color: #AA113A;
}
</style>
background-color css
<style>
a { background-color: #AA113A; }
a { background-color: rgb(170,17,58); }
div.DivClassName
{
background-color: #AA113A;
}
.BgClassName
{
background-color: #AA113A;
}
</style>
border-color css
<style>
span { border-color: #AA113A; }
span { border-color: rgb(170,17,58); }
td.TdClassName
{
border-color: #AA113A;
}
.TagClassName
{
border-color: #AA113A;
}
</style>