Shades of Cardinal #AA1940
Tints of Cardinal #AA1940
RGB
CMYK
RGB Variations
Color information
#AA1940 (or 0xAA1940) is known color: Cardinal. HEX triplet: AA, 19 and 40. RGB value is (170,25,64). Sum of RGB (Red+Green+Blue) = 170+25+64=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 64 (25.39% from 255 or 24.71% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1940 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1940 is #55E6BF. Grayscale: #484848. Windows color (decimal): -5629632 or 4200874. OLE color: 4200874.
HSL color Cylindrical-coordinate representation of color #AA1940: hue angle of 343.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1940 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 64 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.33 |
| HSL | 343.86º | 0.74% | 0.38% | - |
| HSV(B) | 343.86º | 0.85% | 0.67% | - |
| XYZ | 17.85 | 9.61 | 5.76 | - |
| YUV | 72.8 | 123.04 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 64 | 0 | 0.85 | 0.62 | 0.33 | 343.86 | 0.74 | 0.38 |
| Hex | AA | 19 | 40 | 0 | 55 | 3E | 21 | 158 | 4A | 26 |
| Octal | 252 | 31 | 100 | 0 | 125 | 76 | 41 | 530 | 112 | 46 |
| Binary | 10101010 | 11001 | 1000000 | 0 | 1010101 | 111110 | 100001 | 101011000 | 1001010 | 100110 |
Color Harmonies of #AA1940
Complementary color
Monochromatic Colors of #AA1940
Black with #AA1940
Text Example
Text Example
White with #AA1940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1940; }
p { color: rgb(170,25,64); }
H1.HeaderClassName
{
color: #AA1940;
}
.AnyTagClassName
{
color: #AA1940;
}
</style>
background-color css
<style>
a { background-color: #AA1940; }
a { background-color: rgb(170,25,64); }
div.DivClassName
{
background-color: #AA1940;
}
.BgClassName
{
background-color: #AA1940;
}
</style>
border-color css
<style>
span { border-color: #AA1940; }
span { border-color: rgb(170,25,64); }
td.TdClassName
{
border-color: #AA1940;
}
.TagClassName
{
border-color: #AA1940;
}
</style>