Shades of Cardinal #AA1540
Tints of Cardinal #AA1540
RGB
CMYK
RGB Variations
Color information
#AA1540 (or 0xAA1540) is known color: Cardinal. HEX triplet: AA, 15 and 40. RGB value is (170,21,64). Sum of RGB (Red+Green+Blue) = 170+21+64=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1540 is #55EABF. Grayscale: #464646. Windows color (decimal): -5630656 or 4199850. OLE color: 4199850.
HSL color Cylindrical-coordinate representation of color #AA1540: hue angle of 342.68º 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 #AA1540 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 64 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.33 |
| HSL | 342.68º | 0.78% | 0.37% | - |
| HSV(B) | 342.68º | 0.88% | 0.67% | - |
| XYZ | 17.77 | 9.45 | 5.74 | - |
| YUV | 70.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 64 | 0 | 0.88 | 0.62 | 0.33 | 342.68 | 0.78 | 0.37 |
| Hex | AA | 15 | 40 | 0 | 58 | 3E | 21 | 157 | 4E | 25 |
| Octal | 252 | 25 | 100 | 0 | 130 | 76 | 41 | 527 | 116 | 45 |
| Binary | 10101010 | 10101 | 1000000 | 0 | 1011000 | 111110 | 100001 | 101010111 | 1001110 | 100101 |
Color Harmonies of #AA1540
Complementary color
Monochromatic Colors of #AA1540
Black with #AA1540
Text Example
Text Example
White with #AA1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1540; }
p { color: rgb(170,21,64); }
H1.HeaderClassName
{
color: #AA1540;
}
.AnyTagClassName
{
color: #AA1540;
}
</style>
background-color css
<style>
a { background-color: #AA1540; }
a { background-color: rgb(170,21,64); }
div.DivClassName
{
background-color: #AA1540;
}
.BgClassName
{
background-color: #AA1540;
}
</style>
border-color css
<style>
span { border-color: #AA1540; }
span { border-color: rgb(170,21,64); }
td.TdClassName
{
border-color: #AA1540;
}
.TagClassName
{
border-color: #AA1540;
}
</style>