Shades of Cardinal #AA172C
Tints of Cardinal #AA172C
RGB
CMYK
RGB Variations
Color information
#AA172C (or 0xAA172C) is known color: Cardinal. HEX triplet: AA, 17 and 2C. RGB value is (170,23,44). Sum of RGB (Red+Green+Blue) = 170+23+44=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 44 (17.58% from 255 or 18.57% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA172C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA172C is #55E8D3. Grayscale: #454545. Windows color (decimal): -5630164 or 2889642. OLE color: 2889642.
HSL color Cylindrical-coordinate representation of color #AA172C: hue angle of 351.43º 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 #AA172C is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 44 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.33 |
| HSL | 351.43º | 0.76% | 0.38% | - |
| HSV(B) | 351.43º | 0.86% | 0.67% | - |
| XYZ | 17.34 | 9.34 | 3.27 | - |
| YUV | 69.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 44 | 0 | 0.86 | 0.74 | 0.33 | 351.43 | 0.76 | 0.38 |
| Hex | AA | 17 | 2C | 0 | 56 | 4A | 21 | 15F | 4C | 26 |
| Octal | 252 | 27 | 54 | 0 | 126 | 112 | 41 | 537 | 114 | 46 |
| Binary | 10101010 | 10111 | 101100 | 0 | 1010110 | 1001010 | 100001 | 101011111 | 1001100 | 100110 |
Color Harmonies of #AA172C
Complementary color
Monochromatic Colors of #AA172C
Black with #AA172C
Text Example
Text Example
White with #AA172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA172C; }
p { color: rgb(170,23,44); }
H1.HeaderClassName
{
color: #AA172C;
}
.AnyTagClassName
{
color: #AA172C;
}
</style>
background-color css
<style>
a { background-color: #AA172C; }
a { background-color: rgb(170,23,44); }
div.DivClassName
{
background-color: #AA172C;
}
.BgClassName
{
background-color: #AA172C;
}
</style>
border-color css
<style>
span { border-color: #AA172C; }
span { border-color: rgb(170,23,44); }
td.TdClassName
{
border-color: #AA172C;
}
.TagClassName
{
border-color: #AA172C;
}
</style>