Shades of Cardinal #AA113C
Tints of Cardinal #AA113C
RGB
CMYK
RGB Variations
Color information
#AA113C (or 0xAA113C) is known color: Cardinal. HEX triplet: AA, 11 and 3C. RGB value is (170,17,60). Sum of RGB (Red+Green+Blue) = 170+17+60=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113C is #55EEC3. Grayscale: #434343. Windows color (decimal): -5631684 or 3936682. OLE color: 3936682.
HSL color Cylindrical-coordinate representation of color #AA113C: hue angle of 343.14º 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 #AA113C is Cyan = 0, Magento = 0.9, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 60 | - |
| CMYK | 0 | 0.9 | 0.65 | 0.33 |
| HSL | 343.14º | 0.82% | 0.37% | - |
| HSV(B) | 343.14º | 0.9% | 0.67% | - |
| XYZ | 17.59 | 9.27 | 5.14 | - |
| YUV | 67.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 60 | 0 | 0.9 | 0.65 | 0.33 | 343.14 | 0.82 | 0.37 |
| Hex | AA | 11 | 3C | 0 | 5A | 41 | 21 | 157 | 52 | 25 |
| Octal | 252 | 21 | 74 | 0 | 132 | 101 | 41 | 527 | 122 | 45 |
| Binary | 10101010 | 10001 | 111100 | 0 | 1011010 | 1000001 | 100001 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AA113C
Complementary color
Monochromatic Colors of #AA113C
Black with #AA113C
Text Example
Text Example
White with #AA113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA113C; }
p { color: rgb(170,17,60); }
H1.HeaderClassName
{
color: #AA113C;
}
.AnyTagClassName
{
color: #AA113C;
}
</style>
background-color css
<style>
a { background-color: #AA113C; }
a { background-color: rgb(170,17,60); }
div.DivClassName
{
background-color: #AA113C;
}
.BgClassName
{
background-color: #AA113C;
}
</style>
border-color css
<style>
span { border-color: #AA113C; }
span { border-color: rgb(170,17,60); }
td.TdClassName
{
border-color: #AA113C;
}
.TagClassName
{
border-color: #AA113C;
}
</style>