Shades of Cardinal #AA192D
Tints of Cardinal #AA192D
RGB
CMYK
RGB Variations
Color information
#AA192D (or 0xAA192D) is known color: Cardinal. HEX triplet: AA, 19 and 2D. RGB value is (170,25,45). Sum of RGB (Red+Green+Blue) = 170+25+45=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA192D is #55E6D2. Grayscale: #464646. Windows color (decimal): -5629651 or 2955690. OLE color: 2955690.
HSL color Cylindrical-coordinate representation of color #AA192D: hue angle of 351.72º 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 #AA192D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 45 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.33 |
| HSL | 351.72º | 0.74% | 0.38% | - |
| HSV(B) | 351.72º | 0.85% | 0.67% | - |
| XYZ | 17.4 | 9.43 | 3.39 | - |
| YUV | 70.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 45 | 0 | 0.85 | 0.74 | 0.33 | 351.72 | 0.74 | 0.38 |
| Hex | AA | 19 | 2D | 0 | 55 | 4A | 21 | 160 | 4A | 26 |
| Octal | 252 | 31 | 55 | 0 | 125 | 112 | 41 | 540 | 112 | 46 |
| Binary | 10101010 | 11001 | 101101 | 0 | 1010101 | 1001010 | 100001 | 101100000 | 1001010 | 100110 |
Color Harmonies of #AA192D
Complementary color
Monochromatic Colors of #AA192D
Black with #AA192D
Text Example
Text Example
White with #AA192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA192D; }
p { color: rgb(170,25,45); }
H1.HeaderClassName
{
color: #AA192D;
}
.AnyTagClassName
{
color: #AA192D;
}
</style>
background-color css
<style>
a { background-color: #AA192D; }
a { background-color: rgb(170,25,45); }
div.DivClassName
{
background-color: #AA192D;
}
.BgClassName
{
background-color: #AA192D;
}
</style>
border-color css
<style>
span { border-color: #AA192D; }
span { border-color: rgb(170,25,45); }
td.TdClassName
{
border-color: #AA192D;
}
.TagClassName
{
border-color: #AA192D;
}
</style>