Shades of Cardinal #AA1939
Tints of Cardinal #AA1939
RGB
CMYK
RGB Variations
Color information
#AA1939 (or 0xAA1939) is known color: Cardinal. HEX triplet: AA, 19 and 39. RGB value is (170,25,57). Sum of RGB (Red+Green+Blue) = 170+25+57=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1939 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1939 is #55E6C6. Grayscale: #484848. Windows color (decimal): -5629639 or 3742122. OLE color: 3742122.
HSL color Cylindrical-coordinate representation of color #AA1939: hue angle of 346.76º 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 #AA1939 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 57 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.33 |
| HSL | 346.76º | 0.74% | 0.38% | - |
| HSV(B) | 346.76º | 0.85% | 0.67% | - |
| XYZ | 17.66 | 9.54 | 4.78 | - |
| YUV | 72 | 119.54 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 57 | 0 | 0.85 | 0.66 | 0.33 | 346.76 | 0.74 | 0.38 |
| Hex | AA | 19 | 39 | 0 | 55 | 42 | 21 | 15B | 4A | 26 |
| Octal | 252 | 31 | 71 | 0 | 125 | 102 | 41 | 533 | 112 | 46 |
| Binary | 10101010 | 11001 | 111001 | 0 | 1010101 | 1000010 | 100001 | 101011011 | 1001010 | 100110 |
Color Harmonies of #AA1939
Complementary color
Monochromatic Colors of #AA1939
Black with #AA1939
Text Example
Text Example
White with #AA1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1939; }
p { color: rgb(170,25,57); }
H1.HeaderClassName
{
color: #AA1939;
}
.AnyTagClassName
{
color: #AA1939;
}
</style>
background-color css
<style>
a { background-color: #AA1939; }
a { background-color: rgb(170,25,57); }
div.DivClassName
{
background-color: #AA1939;
}
.BgClassName
{
background-color: #AA1939;
}
</style>
border-color css
<style>
span { border-color: #AA1939; }
span { border-color: rgb(170,25,57); }
td.TdClassName
{
border-color: #AA1939;
}
.TagClassName
{
border-color: #AA1939;
}
</style>