Shades of Cardinal #AA163B
Tints of Cardinal #AA163B
RGB
CMYK
RGB Variations
Color information
#AA163B (or 0xAA163B) is known color: Cardinal. HEX triplet: AA, 16 and 3B. RGB value is (170,22,59). Sum of RGB (Red+Green+Blue) = 170+22+59=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA163B is #55E9C4. Grayscale: #464646. Windows color (decimal): -5630405 or 3872426. OLE color: 3872426.
HSL color Cylindrical-coordinate representation of color #AA163B: hue angle of 345º 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 #AA163B is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 59 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.33 |
| HSL | 345º | 0.77% | 0.38% | - |
| HSV(B) | 345º | 0.87% | 0.67% | - |
| XYZ | 17.65 | 9.44 | 5.03 | - |
| YUV | 70.47 | 121.53 | 198.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 59 | 0 | 0.87 | 0.65 | 0.33 | 345 | 0.77 | 0.38 |
| Hex | AA | 16 | 3B | 0 | 57 | 41 | 21 | 159 | 4D | 26 |
| Octal | 252 | 26 | 73 | 0 | 127 | 101 | 41 | 531 | 115 | 46 |
| Binary | 10101010 | 10110 | 111011 | 0 | 1010111 | 1000001 | 100001 | 101011001 | 1001101 | 100110 |
Color Harmonies of #AA163B
Complementary color
Monochromatic Colors of #AA163B
Black with #AA163B
Text Example
Text Example
White with #AA163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA163B; }
p { color: rgb(170,22,59); }
H1.HeaderClassName
{
color: #AA163B;
}
.AnyTagClassName
{
color: #AA163B;
}
</style>
background-color css
<style>
a { background-color: #AA163B; }
a { background-color: rgb(170,22,59); }
div.DivClassName
{
background-color: #AA163B;
}
.BgClassName
{
background-color: #AA163B;
}
</style>
border-color css
<style>
span { border-color: #AA163B; }
span { border-color: rgb(170,22,59); }
td.TdClassName
{
border-color: #AA163B;
}
.TagClassName
{
border-color: #AA163B;
}
</style>