Shades of Cardinal #AA1845
Tints of Cardinal #AA1845
RGB
CMYK
RGB Variations
Color information
#AA1845 (or 0xAA1845) is known color: Cardinal. HEX triplet: AA, 18 and 45. RGB value is (170,24,69). Sum of RGB (Red+Green+Blue) = 170+24+69=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1845 is #55E7BA. Grayscale: #484848. Windows color (decimal): -5629883 or 4528298. OLE color: 4528298.
HSL color Cylindrical-coordinate representation of color #AA1845: hue angle of 341.51º 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 #AA1845 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 69 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.33 |
| HSL | 341.51º | 0.75% | 0.38% | - |
| HSV(B) | 341.51º | 0.86% | 0.67% | - |
| XYZ | 17.98 | 9.63 | 6.54 | - |
| YUV | 72.78 | 125.87 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 69 | 0 | 0.86 | 0.59 | 0.33 | 341.51 | 0.75 | 0.38 |
| Hex | AA | 18 | 45 | 0 | 56 | 3B | 21 | 156 | 4B | 26 |
| Octal | 252 | 30 | 105 | 0 | 126 | 73 | 41 | 526 | 113 | 46 |
| Binary | 10101010 | 11000 | 1000101 | 0 | 1010110 | 111011 | 100001 | 101010110 | 1001011 | 100110 |
Color Harmonies of #AA1845
Complementary color
Monochromatic Colors of #AA1845
Black with #AA1845
Text Example
Text Example
White with #AA1845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1845; }
p { color: rgb(170,24,69); }
H1.HeaderClassName
{
color: #AA1845;
}
.AnyTagClassName
{
color: #AA1845;
}
</style>
background-color css
<style>
a { background-color: #AA1845; }
a { background-color: rgb(170,24,69); }
div.DivClassName
{
background-color: #AA1845;
}
.BgClassName
{
background-color: #AA1845;
}
</style>
border-color css
<style>
span { border-color: #AA1845; }
span { border-color: rgb(170,24,69); }
td.TdClassName
{
border-color: #AA1845;
}
.TagClassName
{
border-color: #AA1845;
}
</style>