Shades of Cardinal #AA193D
Tints of Cardinal #AA193D
RGB
CMYK
RGB Variations
Color information
#AA193D (or 0xAA193D) is known color: Cardinal. HEX triplet: AA, 19 and 3D. RGB value is (170,25,61). Sum of RGB (Red+Green+Blue) = 170+25+61=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA193D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA193D is #55E6C2. Grayscale: #484848. Windows color (decimal): -5629635 or 4004266. OLE color: 4004266.
HSL color Cylindrical-coordinate representation of color #AA193D: hue angle of 345.1º 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 #AA193D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 61 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.33 |
| HSL | 345.1º | 0.74% | 0.38% | - |
| HSV(B) | 345.1º | 0.85% | 0.67% | - |
| XYZ | 17.77 | 9.58 | 5.33 | - |
| YUV | 72.46 | 121.54 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 61 | 0 | 0.85 | 0.64 | 0.33 | 345.1 | 0.74 | 0.38 |
| Hex | AA | 19 | 3D | 0 | 55 | 40 | 21 | 159 | 4A | 26 |
| Octal | 252 | 31 | 75 | 0 | 125 | 100 | 41 | 531 | 112 | 46 |
| Binary | 10101010 | 11001 | 111101 | 0 | 1010101 | 1000000 | 100001 | 101011001 | 1001010 | 100110 |
Color Harmonies of #AA193D
Complementary color
Monochromatic Colors of #AA193D
Black with #AA193D
Text Example
Text Example
White with #AA193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA193D; }
p { color: rgb(170,25,61); }
H1.HeaderClassName
{
color: #AA193D;
}
.AnyTagClassName
{
color: #AA193D;
}
</style>
background-color css
<style>
a { background-color: #AA193D; }
a { background-color: rgb(170,25,61); }
div.DivClassName
{
background-color: #AA193D;
}
.BgClassName
{
background-color: #AA193D;
}
</style>
border-color css
<style>
span { border-color: #AA193D; }
span { border-color: rgb(170,25,61); }
td.TdClassName
{
border-color: #AA193D;
}
.TagClassName
{
border-color: #AA193D;
}
</style>