Shades of Cardinal #AA1744
Tints of Cardinal #AA1744
RGB
CMYK
RGB Variations
Color information
#AA1744 (or 0xAA1744) is known color: Cardinal. HEX triplet: AA, 17 and 44. RGB value is (170,23,68). Sum of RGB (Red+Green+Blue) = 170+23+68=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1744 is #55E8BB. Grayscale: #484848. Windows color (decimal): -5630140 or 4462506. OLE color: 4462506.
HSL color Cylindrical-coordinate representation of color #AA1744: hue angle of 341.63º 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 #AA1744 is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 68 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.33 |
| HSL | 341.63º | 0.76% | 0.38% | - |
| HSV(B) | 341.63º | 0.86% | 0.67% | - |
| XYZ | 17.93 | 9.58 | 6.37 | - |
| YUV | 72.08 | 125.7 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 68 | 0 | 0.86 | 0.6 | 0.33 | 341.63 | 0.76 | 0.38 |
| Hex | AA | 17 | 44 | 0 | 56 | 3C | 21 | 156 | 4C | 26 |
| Octal | 252 | 27 | 104 | 0 | 126 | 74 | 41 | 526 | 114 | 46 |
| Binary | 10101010 | 10111 | 1000100 | 0 | 1010110 | 111100 | 100001 | 101010110 | 1001100 | 100110 |
Color Harmonies of #AA1744
Complementary color
Monochromatic Colors of #AA1744
Black with #AA1744
Text Example
Text Example
White with #AA1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1744; }
p { color: rgb(170,23,68); }
H1.HeaderClassName
{
color: #AA1744;
}
.AnyTagClassName
{
color: #AA1744;
}
</style>
background-color css
<style>
a { background-color: #AA1744; }
a { background-color: rgb(170,23,68); }
div.DivClassName
{
background-color: #AA1744;
}
.BgClassName
{
background-color: #AA1744;
}
</style>
border-color css
<style>
span { border-color: #AA1744; }
span { border-color: rgb(170,23,68); }
td.TdClassName
{
border-color: #AA1744;
}
.TagClassName
{
border-color: #AA1744;
}
</style>