Shades of Cardinal #AA1844
Tints of Cardinal #AA1844
RGB
CMYK
RGB Variations
Color information
#AA1844 (or 0xAA1844) is known color: Cardinal. HEX triplet: AA, 18 and 44. RGB value is (170,24,68). Sum of RGB (Red+Green+Blue) = 170+24+68=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1844 is #55E7BB. Grayscale: #484848. Windows color (decimal): -5629884 or 4462762. OLE color: 4462762.
HSL color Cylindrical-coordinate representation of color #AA1844: hue angle of 341.92º degrees, saturation: 0.75, 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 #AA1844 is Cyan = 0, Magento = 0.86, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 68 | - |
| CMYK | 0 | 0.86 | 0.6 | 0.33 |
| HSL | 341.92º | 0.75% | 0.38% | - |
| HSV(B) | 341.92º | 0.86% | 0.67% | - |
| XYZ | 17.95 | 9.62 | 6.38 | - |
| YUV | 72.67 | 125.37 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 68 | 0 | 0.86 | 0.6 | 0.33 | 341.92 | 0.75 | 0.38 |
| Hex | AA | 18 | 44 | 0 | 56 | 3C | 21 | 156 | 4B | 26 |
| Octal | 252 | 30 | 104 | 0 | 126 | 74 | 41 | 526 | 113 | 46 |
| Binary | 10101010 | 11000 | 1000100 | 0 | 1010110 | 111100 | 100001 | 101010110 | 1001011 | 100110 |
Color Harmonies of #AA1844
Complementary color
Monochromatic Colors of #AA1844
Black with #AA1844
Text Example
Text Example
White with #AA1844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1844; }
p { color: rgb(170,24,68); }
H1.HeaderClassName
{
color: #AA1844;
}
.AnyTagClassName
{
color: #AA1844;
}
</style>
background-color css
<style>
a { background-color: #AA1844; }
a { background-color: rgb(170,24,68); }
div.DivClassName
{
background-color: #AA1844;
}
.BgClassName
{
background-color: #AA1844;
}
</style>
border-color css
<style>
span { border-color: #AA1844; }
span { border-color: rgb(170,24,68); }
td.TdClassName
{
border-color: #AA1844;
}
.TagClassName
{
border-color: #AA1844;
}
</style>