Shades of Cardinal #AA1941
Tints of Cardinal #AA1941
RGB
CMYK
RGB Variations
Color information
#AA1941 (or 0xAA1941) is known color: Cardinal. HEX triplet: AA, 19 and 41. RGB value is (170,25,65). Sum of RGB (Red+Green+Blue) = 170+25+65=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1941 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1941 is #55E6BE. Grayscale: #484848. Windows color (decimal): -5629631 or 4266410. OLE color: 4266410.
HSL color Cylindrical-coordinate representation of color #AA1941: hue angle of 343.45º 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 #AA1941 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 65 | - |
| CMYK | 0 | 0.85 | 0.62 | 0.33 |
| HSL | 343.45º | 0.74% | 0.38% | - |
| HSV(B) | 343.45º | 0.85% | 0.67% | - |
| XYZ | 17.88 | 9.62 | 5.92 | - |
| YUV | 72.92 | 123.54 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 65 | 0 | 0.85 | 0.62 | 0.33 | 343.45 | 0.74 | 0.38 |
| Hex | AA | 19 | 41 | 0 | 55 | 3E | 21 | 157 | 4A | 26 |
| Octal | 252 | 31 | 101 | 0 | 125 | 76 | 41 | 527 | 112 | 46 |
| Binary | 10101010 | 11001 | 1000001 | 0 | 1010101 | 111110 | 100001 | 101010111 | 1001010 | 100110 |
Color Harmonies of #AA1941
Complementary color
Monochromatic Colors of #AA1941
Black with #AA1941
Text Example
Text Example
White with #AA1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1941; }
p { color: rgb(170,25,65); }
H1.HeaderClassName
{
color: #AA1941;
}
.AnyTagClassName
{
color: #AA1941;
}
</style>
background-color css
<style>
a { background-color: #AA1941; }
a { background-color: rgb(170,25,65); }
div.DivClassName
{
background-color: #AA1941;
}
.BgClassName
{
background-color: #AA1941;
}
</style>
border-color css
<style>
span { border-color: #AA1941; }
span { border-color: rgb(170,25,65); }
td.TdClassName
{
border-color: #AA1941;
}
.TagClassName
{
border-color: #AA1941;
}
</style>