Shades of Cardinal #AA1736
Tints of Cardinal #AA1736
RGB
CMYK
RGB Variations
Color information
#AA1736 (or 0xAA1736) is known color: Cardinal. HEX triplet: AA, 17 and 36. RGB value is (170,23,54). Sum of RGB (Red+Green+Blue) = 170+23+54=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1736 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1736 is #55E8C9. Grayscale: #464646. Windows color (decimal): -5630154 or 3545002. OLE color: 3545002.
HSL color Cylindrical-coordinate representation of color #AA1736: hue angle of 347.35º 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 #AA1736 is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 54 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.33 |
| HSL | 347.35º | 0.76% | 0.38% | - |
| HSV(B) | 347.35º | 0.86% | 0.67% | - |
| XYZ | 17.55 | 9.43 | 4.38 | - |
| YUV | 70.49 | 118.7 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 54 | 0 | 0.86 | 0.68 | 0.33 | 347.35 | 0.76 | 0.38 |
| Hex | AA | 17 | 36 | 0 | 56 | 44 | 21 | 15B | 4C | 26 |
| Octal | 252 | 27 | 66 | 0 | 126 | 104 | 41 | 533 | 114 | 46 |
| Binary | 10101010 | 10111 | 110110 | 0 | 1010110 | 1000100 | 100001 | 101011011 | 1001100 | 100110 |
Color Harmonies of #AA1736
Complementary color
Monochromatic Colors of #AA1736
Black with #AA1736
Text Example
Text Example
White with #AA1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1736; }
p { color: rgb(170,23,54); }
H1.HeaderClassName
{
color: #AA1736;
}
.AnyTagClassName
{
color: #AA1736;
}
</style>
background-color css
<style>
a { background-color: #AA1736; }
a { background-color: rgb(170,23,54); }
div.DivClassName
{
background-color: #AA1736;
}
.BgClassName
{
background-color: #AA1736;
}
</style>
border-color css
<style>
span { border-color: #AA1736; }
span { border-color: rgb(170,23,54); }
td.TdClassName
{
border-color: #AA1736;
}
.TagClassName
{
border-color: #AA1736;
}
</style>