Shades of Cardinal #AA1539
Tints of Cardinal #AA1539
RGB
CMYK
RGB Variations
Color information
#AA1539 (or 0xAA1539) is known color: Cardinal. HEX triplet: AA, 15 and 39. RGB value is (170,21,57). Sum of RGB (Red+Green+Blue) = 170+21+57=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1539 is #55EAC6. Grayscale: #454545. Windows color (decimal): -5630663 or 3741098. OLE color: 3741098.
HSL color Cylindrical-coordinate representation of color #AA1539: hue angle of 345.5º 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 #AA1539 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 57 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.33 |
| HSL | 345.5º | 0.78% | 0.37% | - |
| HSV(B) | 345.5º | 0.88% | 0.67% | - |
| XYZ | 17.58 | 9.38 | 4.75 | - |
| YUV | 69.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 57 | 0 | 0.88 | 0.66 | 0.33 | 345.5 | 0.78 | 0.37 |
| Hex | AA | 15 | 39 | 0 | 58 | 42 | 21 | 15A | 4E | 25 |
| Octal | 252 | 25 | 71 | 0 | 130 | 102 | 41 | 532 | 116 | 45 |
| Binary | 10101010 | 10101 | 111001 | 0 | 1011000 | 1000010 | 100001 | 101011010 | 1001110 | 100101 |
Color Harmonies of #AA1539
Complementary color
Monochromatic Colors of #AA1539
Black with #AA1539
Text Example
Text Example
White with #AA1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1539; }
p { color: rgb(170,21,57); }
H1.HeaderClassName
{
color: #AA1539;
}
.AnyTagClassName
{
color: #AA1539;
}
</style>
background-color css
<style>
a { background-color: #AA1539; }
a { background-color: rgb(170,21,57); }
div.DivClassName
{
background-color: #AA1539;
}
.BgClassName
{
background-color: #AA1539;
}
</style>
border-color css
<style>
span { border-color: #AA1539; }
span { border-color: rgb(170,21,57); }
td.TdClassName
{
border-color: #AA1539;
}
.TagClassName
{
border-color: #AA1539;
}
</style>