Shades of Cardinal #AA1529
Tints of Cardinal #AA1529
RGB
CMYK
RGB Variations
Color information
#AA1529 (or 0xAA1529) is known color: Cardinal. HEX triplet: AA, 15 and 29. RGB value is (170,21,41). Sum of RGB (Red+Green+Blue) = 170+21+41=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1529 is #55EAD6. Grayscale: #434343. Windows color (decimal): -5630679 or 2692522. OLE color: 2692522.
HSL color Cylindrical-coordinate representation of color #AA1529: hue angle of 351.95º 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 #AA1529 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 41 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.33 |
| HSL | 351.95º | 0.78% | 0.37% | - |
| HSV(B) | 351.95º | 0.88% | 0.67% | - |
| XYZ | 17.25 | 9.24 | 2.97 | - |
| YUV | 67.83 | 112.86 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 41 | 0 | 0.88 | 0.76 | 0.33 | 351.95 | 0.78 | 0.37 |
| Hex | AA | 15 | 29 | 0 | 58 | 4C | 21 | 160 | 4E | 25 |
| Octal | 252 | 25 | 51 | 0 | 130 | 114 | 41 | 540 | 116 | 45 |
| Binary | 10101010 | 10101 | 101001 | 0 | 1011000 | 1001100 | 100001 | 101100000 | 1001110 | 100101 |
Color Harmonies of #AA1529
Complementary color
Monochromatic Colors of #AA1529
Black with #AA1529
Text Example
Text Example
White with #AA1529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1529; }
p { color: rgb(170,21,41); }
H1.HeaderClassName
{
color: #AA1529;
}
.AnyTagClassName
{
color: #AA1529;
}
</style>
background-color css
<style>
a { background-color: #AA1529; }
a { background-color: rgb(170,21,41); }
div.DivClassName
{
background-color: #AA1529;
}
.BgClassName
{
background-color: #AA1529;
}
</style>
border-color css
<style>
span { border-color: #AA1529; }
span { border-color: rgb(170,21,41); }
td.TdClassName
{
border-color: #AA1529;
}
.TagClassName
{
border-color: #AA1529;
}
</style>