Shades of Cardinal #AA142C
Tints of Cardinal #AA142C
RGB
CMYK
RGB Variations
Color information
#AA142C (or 0xAA142C) is known color: Cardinal. HEX triplet: AA, 14 and 2C. RGB value is (170,20,44). Sum of RGB (Red+Green+Blue) = 170+20+44=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA142C is #55EBD3. Grayscale: #434343. Windows color (decimal): -5630932 or 2888874. OLE color: 2888874.
HSL color Cylindrical-coordinate representation of color #AA142C: hue angle of 350.4º 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 #AA142C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 44 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.33 |
| HSL | 350.4º | 0.79% | 0.37% | - |
| HSV(B) | 350.4º | 0.88% | 0.67% | - |
| XYZ | 17.28 | 9.23 | 3.25 | - |
| YUV | 67.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 44 | 0 | 0.88 | 0.74 | 0.33 | 350.4 | 0.79 | 0.37 |
| Hex | AA | 14 | 2C | 0 | 58 | 4A | 21 | 15E | 4F | 25 |
| Octal | 252 | 24 | 54 | 0 | 130 | 112 | 41 | 536 | 117 | 45 |
| Binary | 10101010 | 10100 | 101100 | 0 | 1011000 | 1001010 | 100001 | 101011110 | 1001111 | 100101 |
Color Harmonies of #AA142C
Complementary color
Monochromatic Colors of #AA142C
Black with #AA142C
Text Example
Text Example
White with #AA142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA142C; }
p { color: rgb(170,20,44); }
H1.HeaderClassName
{
color: #AA142C;
}
.AnyTagClassName
{
color: #AA142C;
}
</style>
background-color css
<style>
a { background-color: #AA142C; }
a { background-color: rgb(170,20,44); }
div.DivClassName
{
background-color: #AA142C;
}
.BgClassName
{
background-color: #AA142C;
}
</style>
border-color css
<style>
span { border-color: #AA142C; }
span { border-color: rgb(170,20,44); }
td.TdClassName
{
border-color: #AA142C;
}
.TagClassName
{
border-color: #AA142C;
}
</style>