Shades of Cardinal #AA193F
Tints of Cardinal #AA193F
RGB
CMYK
RGB Variations
Color information
#AA193F (or 0xAA193F) is known color: Cardinal. HEX triplet: AA, 19 and 3F. RGB value is (170,25,63). Sum of RGB (Red+Green+Blue) = 170+25+63=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA193F is #55E6C0. Grayscale: #484848. Windows color (decimal): -5629633 or 4135338. OLE color: 4135338.
HSL color Cylindrical-coordinate representation of color #AA193F: hue angle of 344.28º 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 #AA193F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 63 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.33 |
| HSL | 344.28º | 0.74% | 0.38% | - |
| HSV(B) | 344.28º | 0.85% | 0.67% | - |
| XYZ | 17.82 | 9.6 | 5.62 | - |
| YUV | 72.69 | 122.54 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 63 | 0 | 0.85 | 0.63 | 0.33 | 344.28 | 0.74 | 0.38 |
| Hex | AA | 19 | 3F | 0 | 55 | 3F | 21 | 158 | 4A | 26 |
| Octal | 252 | 31 | 77 | 0 | 125 | 77 | 41 | 530 | 112 | 46 |
| Binary | 10101010 | 11001 | 111111 | 0 | 1010101 | 111111 | 100001 | 101011000 | 1001010 | 100110 |
Color Harmonies of #AA193F
Complementary color
Monochromatic Colors of #AA193F
Black with #AA193F
Text Example
Text Example
White with #AA193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA193F; }
p { color: rgb(170,25,63); }
H1.HeaderClassName
{
color: #AA193F;
}
.AnyTagClassName
{
color: #AA193F;
}
</style>
background-color css
<style>
a { background-color: #AA193F; }
a { background-color: rgb(170,25,63); }
div.DivClassName
{
background-color: #AA193F;
}
.BgClassName
{
background-color: #AA193F;
}
</style>
border-color css
<style>
span { border-color: #AA193F; }
span { border-color: rgb(170,25,63); }
td.TdClassName
{
border-color: #AA193F;
}
.TagClassName
{
border-color: #AA193F;
}
</style>