Shades of Cardinal #AA1A2E
Tints of Cardinal #AA1A2E
RGB
CMYK
RGB Variations
Color information
#AA1A2E (or 0xAA1A2E) is known color: Cardinal. HEX triplet: AA, 1A and 2E. RGB value is (170,26,46). Sum of RGB (Red+Green+Blue) = 170+26+46=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A2E is #55E5D1. Grayscale: #474747. Windows color (decimal): -5629394 or 3021482. OLE color: 3021482.
HSL color Cylindrical-coordinate representation of color #AA1A2E: hue angle of 351.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A2E is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 46 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.33 |
| HSL | 351.67º | 0.73% | 0.38% | - |
| HSV(B) | 351.67º | 0.85% | 0.67% | - |
| XYZ | 17.44 | 9.48 | 3.5 | - |
| YUV | 71.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 46 | 0 | 0.85 | 0.73 | 0.33 | 351.67 | 0.73 | 0.38 |
| Hex | AA | 1A | 2E | 0 | 55 | 49 | 21 | 160 | 49 | 26 |
| Octal | 252 | 32 | 56 | 0 | 125 | 111 | 41 | 540 | 111 | 46 |
| Binary | 10101010 | 11010 | 101110 | 0 | 1010101 | 1001001 | 100001 | 101100000 | 1001001 | 100110 |
Color Harmonies of #AA1A2E
Complementary color
Monochromatic Colors of #AA1A2E
Black with #AA1A2E
Text Example
Text Example
White with #AA1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A2E; }
p { color: rgb(170,26,46); }
H1.HeaderClassName
{
color: #AA1A2E;
}
.AnyTagClassName
{
color: #AA1A2E;
}
</style>
background-color css
<style>
a { background-color: #AA1A2E; }
a { background-color: rgb(170,26,46); }
div.DivClassName
{
background-color: #AA1A2E;
}
.BgClassName
{
background-color: #AA1A2E;
}
</style>
border-color css
<style>
span { border-color: #AA1A2E; }
span { border-color: rgb(170,26,46); }
td.TdClassName
{
border-color: #AA1A2E;
}
.TagClassName
{
border-color: #AA1A2E;
}
</style>