Shades of Cardinal #AA113D
Tints of Cardinal #AA113D
RGB
CMYK
RGB Variations
Color information
#AA113D (or 0xAA113D) is known color: Cardinal. HEX triplet: AA, 11 and 3D. RGB value is (170,17,61). Sum of RGB (Red+Green+Blue) = 170+17+61=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA113D is #55EEC2. Grayscale: #434343. Windows color (decimal): -5631683 or 4002218. OLE color: 4002218.
HSL color Cylindrical-coordinate representation of color #AA113D: hue angle of 342.75º 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 #AA113D is Cyan = 0, Magento = 0.9, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 61 | - |
| CMYK | 0 | 0.9 | 0.64 | 0.33 |
| HSL | 342.75º | 0.82% | 0.37% | - |
| HSV(B) | 342.75º | 0.9% | 0.67% | - |
| XYZ | 17.62 | 9.28 | 5.28 | - |
| YUV | 67.76 | 124.19 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 61 | 0 | 0.9 | 0.64 | 0.33 | 342.75 | 0.82 | 0.37 |
| Hex | AA | 11 | 3D | 0 | 5A | 40 | 21 | 157 | 52 | 25 |
| Octal | 252 | 21 | 75 | 0 | 132 | 100 | 41 | 527 | 122 | 45 |
| Binary | 10101010 | 10001 | 111101 | 0 | 1011010 | 1000000 | 100001 | 101010111 | 1010010 | 100101 |
Color Harmonies of #AA113D
Complementary color
Monochromatic Colors of #AA113D
Black with #AA113D
Text Example
Text Example
White with #AA113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA113D; }
p { color: rgb(170,17,61); }
H1.HeaderClassName
{
color: #AA113D;
}
.AnyTagClassName
{
color: #AA113D;
}
</style>
background-color css
<style>
a { background-color: #AA113D; }
a { background-color: rgb(170,17,61); }
div.DivClassName
{
background-color: #AA113D;
}
.BgClassName
{
background-color: #AA113D;
}
</style>
border-color css
<style>
span { border-color: #AA113D; }
span { border-color: rgb(170,17,61); }
td.TdClassName
{
border-color: #AA113D;
}
.TagClassName
{
border-color: #AA113D;
}
</style>