Shades of Cardinal #AA1441
Tints of Cardinal #AA1441
RGB
CMYK
RGB Variations
Color information
#AA1441 (or 0xAA1441) is known color: Cardinal. HEX triplet: AA, 14 and 41. RGB value is (170,20,65). Sum of RGB (Red+Green+Blue) = 170+20+65=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1441 is #55EBBE. Grayscale: #454545. Windows color (decimal): -5630911 or 4265130. OLE color: 4265130.
HSL color Cylindrical-coordinate representation of color #AA1441: hue angle of 342º degrees, saturation: 0.79, 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 #AA1441 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 65 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.33 |
| HSL | 342º | 0.79% | 0.37% | - |
| HSV(B) | 342º | 0.88% | 0.67% | - |
| XYZ | 17.78 | 9.43 | 5.88 | - |
| YUV | 69.98 | 125.2 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 65 | 0 | 0.88 | 0.62 | 0.33 | 342 | 0.79 | 0.37 |
| Hex | AA | 14 | 41 | 0 | 58 | 3E | 21 | 156 | 4F | 25 |
| Octal | 252 | 24 | 101 | 0 | 130 | 76 | 41 | 526 | 117 | 45 |
| Binary | 10101010 | 10100 | 1000001 | 0 | 1011000 | 111110 | 100001 | 101010110 | 1001111 | 100101 |
Color Harmonies of #AA1441
Complementary color
Monochromatic Colors of #AA1441
Black with #AA1441
Text Example
Text Example
White with #AA1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1441; }
p { color: rgb(170,20,65); }
H1.HeaderClassName
{
color: #AA1441;
}
.AnyTagClassName
{
color: #AA1441;
}
</style>
background-color css
<style>
a { background-color: #AA1441; }
a { background-color: rgb(170,20,65); }
div.DivClassName
{
background-color: #AA1441;
}
.BgClassName
{
background-color: #AA1441;
}
</style>
border-color css
<style>
span { border-color: #AA1441; }
span { border-color: rgb(170,20,65); }
td.TdClassName
{
border-color: #AA1441;
}
.TagClassName
{
border-color: #AA1441;
}
</style>