Shades of Cardinal #AA173B
Tints of Cardinal #AA173B
RGB
CMYK
RGB Variations
Color information
#AA173B (or 0xAA173B) is known color: Cardinal. HEX triplet: AA, 17 and 3B. RGB value is (170,23,59). Sum of RGB (Red+Green+Blue) = 170+23+59=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 59 (23.44% from 255 or 23.41% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA173B is #55E8C4. Grayscale: #474747. Windows color (decimal): -5630149 or 3872682. OLE color: 3872682.
HSL color Cylindrical-coordinate representation of color #AA173B: hue angle of 345.31º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA173B is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 59 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.33 |
| HSL | 345.31º | 0.76% | 0.38% | - |
| HSV(B) | 345.31º | 0.86% | 0.67% | - |
| XYZ | 17.67 | 9.47 | 5.03 | - |
| YUV | 71.06 | 121.2 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 59 | 0 | 0.86 | 0.65 | 0.33 | 345.31 | 0.76 | 0.38 |
| Hex | AA | 17 | 3B | 0 | 56 | 41 | 21 | 159 | 4C | 26 |
| Octal | 252 | 27 | 73 | 0 | 126 | 101 | 41 | 531 | 114 | 46 |
| Binary | 10101010 | 10111 | 111011 | 0 | 1010110 | 1000001 | 100001 | 101011001 | 1001100 | 100110 |
Color Harmonies of #AA173B
Complementary color
Monochromatic Colors of #AA173B
Black with #AA173B
Text Example
Text Example
White with #AA173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA173B; }
p { color: rgb(170,23,59); }
H1.HeaderClassName
{
color: #AA173B;
}
.AnyTagClassName
{
color: #AA173B;
}
</style>
background-color css
<style>
a { background-color: #AA173B; }
a { background-color: rgb(170,23,59); }
div.DivClassName
{
background-color: #AA173B;
}
.BgClassName
{
background-color: #AA173B;
}
</style>
border-color css
<style>
span { border-color: #AA173B; }
span { border-color: rgb(170,23,59); }
td.TdClassName
{
border-color: #AA173B;
}
.TagClassName
{
border-color: #AA173B;
}
</style>