Shades of Cardinal #AA1443
Tints of Cardinal #AA1443
RGB
CMYK
RGB Variations
Color information
#AA1443 (or 0xAA1443) is known color: Cardinal. HEX triplet: AA, 14 and 43. RGB value is (170,20,67). Sum of RGB (Red+Green+Blue) = 170+20+67=257 (34% of max value = 765). Red value is 170 (66.80% from 255 or 66.15% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1443 is #55EBBC. Grayscale: #464646. Windows color (decimal): -5630909 or 4396202. OLE color: 4396202.
HSL color Cylindrical-coordinate representation of color #AA1443: hue angle of 341.2º 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 #AA1443 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 67 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.33 |
| HSL | 341.2º | 0.79% | 0.37% | - |
| HSV(B) | 341.2º | 0.88% | 0.67% | - |
| XYZ | 17.84 | 9.45 | 6.19 | - |
| YUV | 70.21 | 126.2 | 199.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 67 | 0 | 0.88 | 0.61 | 0.33 | 341.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 43 | 0 | 58 | 3D | 21 | 155 | 4F | 25 |
| Octal | 252 | 24 | 103 | 0 | 130 | 75 | 41 | 525 | 117 | 45 |
| Binary | 10101010 | 10100 | 1000011 | 0 | 1011000 | 111101 | 100001 | 101010101 | 1001111 | 100101 |
Color Harmonies of #AA1443
Complementary color
Monochromatic Colors of #AA1443
Black with #AA1443
Text Example
Text Example
White with #AA1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1443; }
p { color: rgb(170,20,67); }
H1.HeaderClassName
{
color: #AA1443;
}
.AnyTagClassName
{
color: #AA1443;
}
</style>
background-color css
<style>
a { background-color: #AA1443; }
a { background-color: rgb(170,20,67); }
div.DivClassName
{
background-color: #AA1443;
}
.BgClassName
{
background-color: #AA1443;
}
</style>
border-color css
<style>
span { border-color: #AA1443; }
span { border-color: rgb(170,20,67); }
td.TdClassName
{
border-color: #AA1443;
}
.TagClassName
{
border-color: #AA1443;
}
</style>