Shades of Cardinal #AA163D
Tints of Cardinal #AA163D
RGB
CMYK
RGB Variations
Color information
#AA163D (or 0xAA163D) is known color: Cardinal. HEX triplet: AA, 16 and 3D. RGB value is (170,22,61). Sum of RGB (Red+Green+Blue) = 170+22+61=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA163D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA163D is #55E9C2. Grayscale: #464646. Windows color (decimal): -5630403 or 4003498. OLE color: 4003498.
HSL color Cylindrical-coordinate representation of color #AA163D: hue angle of 344.19º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA163D is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 61 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.33 |
| HSL | 344.19º | 0.77% | 0.38% | - |
| HSV(B) | 344.19º | 0.87% | 0.67% | - |
| XYZ | 17.71 | 9.46 | 5.31 | - |
| YUV | 70.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 61 | 0 | 0.87 | 0.64 | 0.33 | 344.19 | 0.77 | 0.38 |
| Hex | AA | 16 | 3D | 0 | 57 | 40 | 21 | 158 | 4D | 26 |
| Octal | 252 | 26 | 75 | 0 | 127 | 100 | 41 | 530 | 115 | 46 |
| Binary | 10101010 | 10110 | 111101 | 0 | 1010111 | 1000000 | 100001 | 101011000 | 1001101 | 100110 |
Color Harmonies of #AA163D
Complementary color
Monochromatic Colors of #AA163D
Black with #AA163D
Text Example
Text Example
White with #AA163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA163D; }
p { color: rgb(170,22,61); }
H1.HeaderClassName
{
color: #AA163D;
}
.AnyTagClassName
{
color: #AA163D;
}
</style>
background-color css
<style>
a { background-color: #AA163D; }
a { background-color: rgb(170,22,61); }
div.DivClassName
{
background-color: #AA163D;
}
.BgClassName
{
background-color: #AA163D;
}
</style>
border-color css
<style>
span { border-color: #AA163D; }
span { border-color: rgb(170,22,61); }
td.TdClassName
{
border-color: #AA163D;
}
.TagClassName
{
border-color: #AA163D;
}
</style>