Shades of Cardinal #AA1531
Tints of Cardinal #AA1531
RGB
CMYK
RGB Variations
Color information
#AA1531 (or 0xAA1531) is known color: Cardinal. HEX triplet: AA, 15 and 31. RGB value is (170,21,49). Sum of RGB (Red+Green+Blue) = 170+21+49=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1531 is #55EACE. Grayscale: #444444. Windows color (decimal): -5630671 or 3216810. OLE color: 3216810.
HSL color Cylindrical-coordinate representation of color #AA1531: hue angle of 348.72º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1531 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 49 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.33 |
| HSL | 348.72º | 0.78% | 0.37% | - |
| HSV(B) | 348.72º | 0.88% | 0.67% | - |
| XYZ | 17.4 | 9.3 | 3.78 | - |
| YUV | 68.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 49 | 0 | 0.88 | 0.71 | 0.33 | 348.72 | 0.78 | 0.37 |
| Hex | AA | 15 | 31 | 0 | 58 | 47 | 21 | 15D | 4E | 25 |
| Octal | 252 | 25 | 61 | 0 | 130 | 107 | 41 | 535 | 116 | 45 |
| Binary | 10101010 | 10101 | 110001 | 0 | 1011000 | 1000111 | 100001 | 101011101 | 1001110 | 100101 |
Color Harmonies of #AA1531
Complementary color
Monochromatic Colors of #AA1531
Black with #AA1531
Text Example
Text Example
White with #AA1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1531; }
p { color: rgb(170,21,49); }
H1.HeaderClassName
{
color: #AA1531;
}
.AnyTagClassName
{
color: #AA1531;
}
</style>
background-color css
<style>
a { background-color: #AA1531; }
a { background-color: rgb(170,21,49); }
div.DivClassName
{
background-color: #AA1531;
}
.BgClassName
{
background-color: #AA1531;
}
</style>
border-color css
<style>
span { border-color: #AA1531; }
span { border-color: rgb(170,21,49); }
td.TdClassName
{
border-color: #AA1531;
}
.TagClassName
{
border-color: #AA1531;
}
</style>