Shades of Cardinal #AA143C
Tints of Cardinal #AA143C
RGB
CMYK
RGB Variations
Color information
#AA143C (or 0xAA143C) is known color: Cardinal. HEX triplet: AA, 14 and 3C. RGB value is (170,20,60). Sum of RGB (Red+Green+Blue) = 170+20+60=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA143C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA143C is #55EBC3. Grayscale: #454545. Windows color (decimal): -5630916 or 3937450. OLE color: 3937450.
HSL color Cylindrical-coordinate representation of color #AA143C: hue angle of 344º 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 #AA143C is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 60 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.33 |
| HSL | 344º | 0.79% | 0.37% | - |
| HSV(B) | 344º | 0.88% | 0.67% | - |
| XYZ | 17.64 | 9.37 | 5.15 | - |
| YUV | 69.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 60 | 0 | 0.88 | 0.65 | 0.33 | 344 | 0.79 | 0.37 |
| Hex | AA | 14 | 3C | 0 | 58 | 41 | 21 | 158 | 4F | 25 |
| Octal | 252 | 24 | 74 | 0 | 130 | 101 | 41 | 530 | 117 | 45 |
| Binary | 10101010 | 10100 | 111100 | 0 | 1011000 | 1000001 | 100001 | 101011000 | 1001111 | 100101 |
Color Harmonies of #AA143C
Complementary color
Monochromatic Colors of #AA143C
Black with #AA143C
Text Example
Text Example
White with #AA143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA143C; }
p { color: rgb(170,20,60); }
H1.HeaderClassName
{
color: #AA143C;
}
.AnyTagClassName
{
color: #AA143C;
}
</style>
background-color css
<style>
a { background-color: #AA143C; }
a { background-color: rgb(170,20,60); }
div.DivClassName
{
background-color: #AA143C;
}
.BgClassName
{
background-color: #AA143C;
}
</style>
border-color css
<style>
span { border-color: #AA143C; }
span { border-color: rgb(170,20,60); }
td.TdClassName
{
border-color: #AA143C;
}
.TagClassName
{
border-color: #AA143C;
}
</style>