Shades of Cardinal #AA113B
Tints of Cardinal #AA113B
RGB
CMYK
RGB Variations
Color information
#AA113B (or 0xAA113B) is known color: Cardinal. HEX triplet: AA, 11 and 3B. RGB value is (170,17,59). Sum of RGB (Red+Green+Blue) = 170+17+59=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113B is #55EEC4. Grayscale: #434343. Windows color (decimal): -5631685 or 3871146. OLE color: 3871146.
HSL color Cylindrical-coordinate representation of color #AA113B: hue angle of 343.53º 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 #AA113B is Cyan = 0, Magento = 0.9, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 59 | - |
| CMYK | 0 | 0.9 | 0.65 | 0.33 |
| HSL | 343.53º | 0.82% | 0.37% | - |
| HSV(B) | 343.53º | 0.9% | 0.67% | - |
| XYZ | 17.57 | 9.26 | 5 | - |
| YUV | 67.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 59 | 0 | 0.9 | 0.65 | 0.33 | 343.53 | 0.82 | 0.37 |
| Hex | AA | 11 | 3B | 0 | 5A | 41 | 21 | 158 | 52 | 25 |
| Octal | 252 | 21 | 73 | 0 | 132 | 101 | 41 | 530 | 122 | 45 |
| Binary | 10101010 | 10001 | 111011 | 0 | 1011010 | 1000001 | 100001 | 101011000 | 1010010 | 100101 |
Color Harmonies of #AA113B
Complementary color
Monochromatic Colors of #AA113B
Black with #AA113B
Text Example
Text Example
White with #AA113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA113B; }
p { color: rgb(170,17,59); }
H1.HeaderClassName
{
color: #AA113B;
}
.AnyTagClassName
{
color: #AA113B;
}
</style>
background-color css
<style>
a { background-color: #AA113B; }
a { background-color: rgb(170,17,59); }
div.DivClassName
{
background-color: #AA113B;
}
.BgClassName
{
background-color: #AA113B;
}
</style>
border-color css
<style>
span { border-color: #AA113B; }
span { border-color: rgb(170,17,59); }
td.TdClassName
{
border-color: #AA113B;
}
.TagClassName
{
border-color: #AA113B;
}
</style>