Shades of Cardinal #AA1745
Tints of Cardinal #AA1745
RGB
CMYK
RGB Variations
Color information
#AA1745 (or 0xAA1745) is known color: Cardinal. HEX triplet: AA, 17 and 45. RGB value is (170,23,69). Sum of RGB (Red+Green+Blue) = 170+23+69=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1745 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1745 is #55E8BA. Grayscale: #484848. Windows color (decimal): -5630139 or 4528042. OLE color: 4528042.
HSL color Cylindrical-coordinate representation of color #AA1745: hue angle of 341.22º 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 #AA1745 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 69 | - |
| CMYK | 0 | 0.86 | 0.59 | 0.33 |
| HSL | 341.22º | 0.76% | 0.38% | - |
| HSV(B) | 341.22º | 0.86% | 0.67% | - |
| XYZ | 17.96 | 9.59 | 6.53 | - |
| YUV | 72.2 | 126.2 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 69 | 0 | 0.86 | 0.59 | 0.33 | 341.22 | 0.76 | 0.38 |
| Hex | AA | 17 | 45 | 0 | 56 | 3B | 21 | 155 | 4C | 26 |
| Octal | 252 | 27 | 105 | 0 | 126 | 73 | 41 | 525 | 114 | 46 |
| Binary | 10101010 | 10111 | 1000101 | 0 | 1010110 | 111011 | 100001 | 101010101 | 1001100 | 100110 |
Color Harmonies of #AA1745
Complementary color
Monochromatic Colors of #AA1745
Black with #AA1745
Text Example
Text Example
White with #AA1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1745; }
p { color: rgb(170,23,69); }
H1.HeaderClassName
{
color: #AA1745;
}
.AnyTagClassName
{
color: #AA1745;
}
</style>
background-color css
<style>
a { background-color: #AA1745; }
a { background-color: rgb(170,23,69); }
div.DivClassName
{
background-color: #AA1745;
}
.BgClassName
{
background-color: #AA1745;
}
</style>
border-color css
<style>
span { border-color: #AA1745; }
span { border-color: rgb(170,23,69); }
td.TdClassName
{
border-color: #AA1745;
}
.TagClassName
{
border-color: #AA1745;
}
</style>