Shades of Cardinal #AA1E41
Tints of Cardinal #AA1E41
RGB
CMYK
RGB Variations
Color information
#AA1E41 (or 0xAA1E41) is known color: Cardinal. HEX triplet: AA, 1E and 41. RGB value is (170,30,65). Sum of RGB (Red+Green+Blue) = 170+30+65=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E41 is #55E1BE. Grayscale: #4B4B4B. Windows color (decimal): -5628351 or 4267690. OLE color: 4267690.
HSL color Cylindrical-coordinate representation of color #AA1E41: hue angle of 345º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E41 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 65 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.33 |
| HSL | 345º | 0.7% | 0.39% | - |
| HSV(B) | 345º | 0.82% | 0.67% | - |
| XYZ | 18 | 9.86 | 5.95 | - |
| YUV | 75.85 | 121.88 | 195.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 65 | 0 | 0.82 | 0.62 | 0.33 | 345 | 0.7 | 0.39 |
| Hex | AA | 1E | 41 | 0 | 52 | 3E | 21 | 159 | 46 | 27 |
| Octal | 252 | 36 | 101 | 0 | 122 | 76 | 41 | 531 | 106 | 47 |
| Binary | 10101010 | 11110 | 1000001 | 0 | 1010010 | 111110 | 100001 | 101011001 | 1000110 | 100111 |
Color Harmonies of #AA1E41
Complementary color
Monochromatic Colors of #AA1E41
Black with #AA1E41
Text Example
Text Example
White with #AA1E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E41; }
p { color: rgb(170,30,65); }
H1.HeaderClassName
{
color: #AA1E41;
}
.AnyTagClassName
{
color: #AA1E41;
}
</style>
background-color css
<style>
a { background-color: #AA1E41; }
a { background-color: rgb(170,30,65); }
div.DivClassName
{
background-color: #AA1E41;
}
.BgClassName
{
background-color: #AA1E41;
}
</style>
border-color css
<style>
span { border-color: #AA1E41; }
span { border-color: rgb(170,30,65); }
td.TdClassName
{
border-color: #AA1E41;
}
.TagClassName
{
border-color: #AA1E41;
}
</style>