Shades of Cardinal #AA152E
Tints of Cardinal #AA152E
RGB
CMYK
RGB Variations
Color information
#AA152E (or 0xAA152E) is known color: Cardinal. HEX triplet: AA, 15 and 2E. RGB value is (170,21,46). Sum of RGB (Red+Green+Blue) = 170+21+46=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 46 (18.36% from 255 or 19.41% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA152E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA152E is #55EAD1. Grayscale: #444444. Windows color (decimal): -5630674 or 3020202. OLE color: 3020202.
HSL color Cylindrical-coordinate representation of color #AA152E: hue angle of 349.93º 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 #AA152E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 46 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.33 |
| HSL | 349.93º | 0.78% | 0.37% | - |
| HSV(B) | 349.93º | 0.88% | 0.67% | - |
| XYZ | 17.34 | 9.28 | 3.46 | - |
| YUV | 68.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 46 | 0 | 0.88 | 0.73 | 0.33 | 349.93 | 0.78 | 0.37 |
| Hex | AA | 15 | 2E | 0 | 58 | 49 | 21 | 15E | 4E | 25 |
| Octal | 252 | 25 | 56 | 0 | 130 | 111 | 41 | 536 | 116 | 45 |
| Binary | 10101010 | 10101 | 101110 | 0 | 1011000 | 1001001 | 100001 | 101011110 | 1001110 | 100101 |
Color Harmonies of #AA152E
Complementary color
Monochromatic Colors of #AA152E
Black with #AA152E
Text Example
Text Example
White with #AA152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA152E; }
p { color: rgb(170,21,46); }
H1.HeaderClassName
{
color: #AA152E;
}
.AnyTagClassName
{
color: #AA152E;
}
</style>
background-color css
<style>
a { background-color: #AA152E; }
a { background-color: rgb(170,21,46); }
div.DivClassName
{
background-color: #AA152E;
}
.BgClassName
{
background-color: #AA152E;
}
</style>
border-color css
<style>
span { border-color: #AA152E; }
span { border-color: rgb(170,21,46); }
td.TdClassName
{
border-color: #AA152E;
}
.TagClassName
{
border-color: #AA152E;
}
</style>