Shades of Cardinal #AA113E
Tints of Cardinal #AA113E
RGB
CMYK
RGB Variations
Color information
#AA113E (or 0xAA113E) is known color: Cardinal. HEX triplet: AA, 11 and 3E. RGB value is (170,17,62). Sum of RGB (Red+Green+Blue) = 170+17+62=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113E is #55EEC1. Grayscale: #434343. Windows color (decimal): -5631682 or 4067754. OLE color: 4067754.
HSL color Cylindrical-coordinate representation of color #AA113E: hue angle of 342.35º 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 #AA113E is Cyan = 0, Magento = 0.9, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 62 | - |
| CMYK | 0 | 0.9 | 0.64 | 0.33 |
| HSL | 342.35º | 0.82% | 0.37% | - |
| HSV(B) | 342.35º | 0.9% | 0.67% | - |
| XYZ | 17.65 | 9.29 | 5.42 | - |
| YUV | 67.88 | 124.69 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 62 | 0 | 0.9 | 0.64 | 0.33 | 342.35 | 0.82 | 0.37 |
| Hex | AA | 11 | 3E | 0 | 5A | 40 | 21 | 156 | 52 | 25 |
| Octal | 252 | 21 | 76 | 0 | 132 | 100 | 41 | 526 | 122 | 45 |
| Binary | 10101010 | 10001 | 111110 | 0 | 1011010 | 1000000 | 100001 | 101010110 | 1010010 | 100101 |
Color Harmonies of #AA113E
Complementary color
Monochromatic Colors of #AA113E
Black with #AA113E
Text Example
Text Example
White with #AA113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA113E; }
p { color: rgb(170,17,62); }
H1.HeaderClassName
{
color: #AA113E;
}
.AnyTagClassName
{
color: #AA113E;
}
</style>
background-color css
<style>
a { background-color: #AA113E; }
a { background-color: rgb(170,17,62); }
div.DivClassName
{
background-color: #AA113E;
}
.BgClassName
{
background-color: #AA113E;
}
</style>
border-color css
<style>
span { border-color: #AA113E; }
span { border-color: rgb(170,17,62); }
td.TdClassName
{
border-color: #AA113E;
}
.TagClassName
{
border-color: #AA113E;
}
</style>