Shades of Cardinal #AA1944
Tints of Cardinal #AA1944
RGB
CMYK
RGB Variations
Color information
#AA1944 (or 0xAA1944) is known color: Cardinal. HEX triplet: AA, 19 and 44. RGB value is (170,25,68). Sum of RGB (Red+Green+Blue) = 170+25+68=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1944 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1944 is #55E6BB. Grayscale: #494949. Windows color (decimal): -5629628 or 4463018. OLE color: 4463018.
HSL color Cylindrical-coordinate representation of color #AA1944: hue angle of 342.21º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1944 is Cyan = 0, Magento = 0.85, Yellow = 0.6 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 68 | - |
| CMYK | 0 | 0.85 | 0.6 | 0.33 |
| HSL | 342.21º | 0.74% | 0.38% | - |
| HSV(B) | 342.21º | 0.85% | 0.67% | - |
| XYZ | 17.97 | 9.66 | 6.39 | - |
| YUV | 73.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 68 | 0 | 0.85 | 0.6 | 0.33 | 342.21 | 0.74 | 0.38 |
| Hex | AA | 19 | 44 | 0 | 55 | 3C | 21 | 156 | 4A | 26 |
| Octal | 252 | 31 | 104 | 0 | 125 | 74 | 41 | 526 | 112 | 46 |
| Binary | 10101010 | 11001 | 1000100 | 0 | 1010101 | 111100 | 100001 | 101010110 | 1001010 | 100110 |
Color Harmonies of #AA1944
Complementary color
Monochromatic Colors of #AA1944
Black with #AA1944
Text Example
Text Example
White with #AA1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1944; }
p { color: rgb(170,25,68); }
H1.HeaderClassName
{
color: #AA1944;
}
.AnyTagClassName
{
color: #AA1944;
}
</style>
background-color css
<style>
a { background-color: #AA1944; }
a { background-color: rgb(170,25,68); }
div.DivClassName
{
background-color: #AA1944;
}
.BgClassName
{
background-color: #AA1944;
}
</style>
border-color css
<style>
span { border-color: #AA1944; }
span { border-color: rgb(170,25,68); }
td.TdClassName
{
border-color: #AA1944;
}
.TagClassName
{
border-color: #AA1944;
}
</style>