Shades of Cardinal #AA1A2D
Tints of Cardinal #AA1A2D
RGB
CMYK
RGB Variations
Color information
#AA1A2D (or 0xAA1A2D) is known color: Cardinal. HEX triplet: AA, 1A and 2D. RGB value is (170,26,45). Sum of RGB (Red+Green+Blue) = 170+26+45=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A2D is #55E5D2. Grayscale: #474747. Windows color (decimal): -5629395 or 2955946. OLE color: 2955946.
HSL color Cylindrical-coordinate representation of color #AA1A2D: hue angle of 352.08º 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 #AA1A2D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 45 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.33 |
| HSL | 352.08º | 0.73% | 0.38% | - |
| HSV(B) | 352.08º | 0.85% | 0.67% | - |
| XYZ | 17.42 | 9.47 | 3.39 | - |
| YUV | 71.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 45 | 0 | 0.85 | 0.74 | 0.33 | 352.08 | 0.73 | 0.38 |
| Hex | AA | 1A | 2D | 0 | 55 | 4A | 21 | 160 | 49 | 26 |
| Octal | 252 | 32 | 55 | 0 | 125 | 112 | 41 | 540 | 111 | 46 |
| Binary | 10101010 | 11010 | 101101 | 0 | 1010101 | 1001010 | 100001 | 101100000 | 1001001 | 100110 |
Color Harmonies of #AA1A2D
Complementary color
Monochromatic Colors of #AA1A2D
Black with #AA1A2D
Text Example
Text Example
White with #AA1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A2D; }
p { color: rgb(170,26,45); }
H1.HeaderClassName
{
color: #AA1A2D;
}
.AnyTagClassName
{
color: #AA1A2D;
}
</style>
background-color css
<style>
a { background-color: #AA1A2D; }
a { background-color: rgb(170,26,45); }
div.DivClassName
{
background-color: #AA1A2D;
}
.BgClassName
{
background-color: #AA1A2D;
}
</style>
border-color css
<style>
span { border-color: #AA1A2D; }
span { border-color: rgb(170,26,45); }
td.TdClassName
{
border-color: #AA1A2D;
}
.TagClassName
{
border-color: #AA1A2D;
}
</style>