Shades of Cardinal #AA143A
Tints of Cardinal #AA143A
RGB
CMYK
RGB Variations
Color information
#AA143A (or 0xAA143A) is known color: Cardinal. HEX triplet: AA, 14 and 3A. RGB value is (170,20,58). Sum of RGB (Red+Green+Blue) = 170+20+58=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA143A is #55EBC5. Grayscale: #454545. Windows color (decimal): -5630918 or 3806378. OLE color: 3806378.
HSL color Cylindrical-coordinate representation of color #AA143A: hue angle of 344.8º 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 #AA143A is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 58 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.33 |
| HSL | 344.8º | 0.79% | 0.37% | - |
| HSV(B) | 344.8º | 0.88% | 0.67% | - |
| XYZ | 17.59 | 9.35 | 4.88 | - |
| YUV | 69.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 58 | 0 | 0.88 | 0.66 | 0.33 | 344.8 | 0.79 | 0.37 |
| Hex | AA | 14 | 3A | 0 | 58 | 42 | 21 | 159 | 4F | 25 |
| Octal | 252 | 24 | 72 | 0 | 130 | 102 | 41 | 531 | 117 | 45 |
| Binary | 10101010 | 10100 | 111010 | 0 | 1011000 | 1000010 | 100001 | 101011001 | 1001111 | 100101 |
Color Harmonies of #AA143A
Complementary color
Monochromatic Colors of #AA143A
Black with #AA143A
Text Example
Text Example
White with #AA143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA143A; }
p { color: rgb(170,20,58); }
H1.HeaderClassName
{
color: #AA143A;
}
.AnyTagClassName
{
color: #AA143A;
}
</style>
background-color css
<style>
a { background-color: #AA143A; }
a { background-color: rgb(170,20,58); }
div.DivClassName
{
background-color: #AA143A;
}
.BgClassName
{
background-color: #AA143A;
}
</style>
border-color css
<style>
span { border-color: #AA143A; }
span { border-color: rgb(170,20,58); }
td.TdClassName
{
border-color: #AA143A;
}
.TagClassName
{
border-color: #AA143A;
}
</style>