Shades of Cardinal #AA1635
Tints of Cardinal #AA1635
RGB
CMYK
RGB Variations
Color information
#AA1635 (or 0xAA1635) is known color: Cardinal. HEX triplet: AA, 16 and 35. RGB value is (170,22,53). Sum of RGB (Red+Green+Blue) = 170+22+53=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1635 is #55E9CA. Grayscale: #454545. Windows color (decimal): -5630411 or 3479210. OLE color: 3479210.
HSL color Cylindrical-coordinate representation of color #AA1635: hue angle of 347.43º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1635 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 53 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.33 |
| HSL | 347.43º | 0.77% | 0.38% | - |
| HSV(B) | 347.43º | 0.87% | 0.67% | - |
| XYZ | 17.51 | 9.38 | 4.26 | - |
| YUV | 69.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 53 | 0 | 0.87 | 0.69 | 0.33 | 347.43 | 0.77 | 0.38 |
| Hex | AA | 16 | 35 | 0 | 57 | 45 | 21 | 15B | 4D | 26 |
| Octal | 252 | 26 | 65 | 0 | 127 | 105 | 41 | 533 | 115 | 46 |
| Binary | 10101010 | 10110 | 110101 | 0 | 1010111 | 1000101 | 100001 | 101011011 | 1001101 | 100110 |
Color Harmonies of #AA1635
Complementary color
Monochromatic Colors of #AA1635
Black with #AA1635
Text Example
Text Example
White with #AA1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1635; }
p { color: rgb(170,22,53); }
H1.HeaderClassName
{
color: #AA1635;
}
.AnyTagClassName
{
color: #AA1635;
}
</style>
background-color css
<style>
a { background-color: #AA1635; }
a { background-color: rgb(170,22,53); }
div.DivClassName
{
background-color: #AA1635;
}
.BgClassName
{
background-color: #AA1635;
}
</style>
border-color css
<style>
span { border-color: #AA1635; }
span { border-color: rgb(170,22,53); }
td.TdClassName
{
border-color: #AA1635;
}
.TagClassName
{
border-color: #AA1635;
}
</style>