Shades of Cardinal #AA1442
Tints of Cardinal #AA1442
RGB
CMYK
RGB Variations
Color information
#AA1442 (or 0xAA1442) is known color: Cardinal. HEX triplet: AA, 14 and 42. RGB value is (170,20,66). Sum of RGB (Red+Green+Blue) = 170+20+66=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1442 is #55EBBD. Grayscale: #464646. Windows color (decimal): -5630910 or 4330666. OLE color: 4330666.
HSL color Cylindrical-coordinate representation of color #AA1442: hue angle of 341.6º 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 #AA1442 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 66 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.33 |
| HSL | 341.6º | 0.79% | 0.37% | - |
| HSV(B) | 341.6º | 0.88% | 0.67% | - |
| XYZ | 17.81 | 9.44 | 6.04 | - |
| YUV | 70.09 | 125.7 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 66 | 0 | 0.88 | 0.61 | 0.33 | 341.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 42 | 0 | 58 | 3D | 21 | 156 | 4F | 25 |
| Octal | 252 | 24 | 102 | 0 | 130 | 75 | 41 | 526 | 117 | 45 |
| Binary | 10101010 | 10100 | 1000010 | 0 | 1011000 | 111101 | 100001 | 101010110 | 1001111 | 100101 |
Color Harmonies of #AA1442
Complementary color
Monochromatic Colors of #AA1442
Black with #AA1442
Text Example
Text Example
White with #AA1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1442; }
p { color: rgb(170,20,66); }
H1.HeaderClassName
{
color: #AA1442;
}
.AnyTagClassName
{
color: #AA1442;
}
</style>
background-color css
<style>
a { background-color: #AA1442; }
a { background-color: rgb(170,20,66); }
div.DivClassName
{
background-color: #AA1442;
}
.BgClassName
{
background-color: #AA1442;
}
</style>
border-color css
<style>
span { border-color: #AA1442; }
span { border-color: rgb(170,20,66); }
td.TdClassName
{
border-color: #AA1442;
}
.TagClassName
{
border-color: #AA1442;
}
</style>