Shades of Cardinal #AA1331
Tints of Cardinal #AA1331
RGB
CMYK
RGB Variations
Color information
#AA1331 (or 0xAA1331) is known color: Cardinal. HEX triplet: AA, 13 and 31. RGB value is (170,19,49). Sum of RGB (Red+Green+Blue) = 170+19+49=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1331 is #55ECCE. Grayscale: #434343. Windows color (decimal): -5631183 or 3216298. OLE color: 3216298.
HSL color Cylindrical-coordinate representation of color #AA1331: hue angle of 348.08º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA1331 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 49 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.33 |
| HSL | 348.08º | 0.8% | 0.37% | - |
| HSV(B) | 348.08º | 0.89% | 0.67% | - |
| XYZ | 17.36 | 9.23 | 3.77 | - |
| YUV | 67.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 49 | 0 | 0.89 | 0.71 | 0.33 | 348.08 | 0.8 | 0.37 |
| Hex | AA | 13 | 31 | 0 | 59 | 47 | 21 | 15C | 50 | 25 |
| Octal | 252 | 23 | 61 | 0 | 131 | 107 | 41 | 534 | 120 | 45 |
| Binary | 10101010 | 10011 | 110001 | 0 | 1011001 | 1000111 | 100001 | 101011100 | 1010000 | 100101 |
Color Harmonies of #AA1331
Complementary color
Monochromatic Colors of #AA1331
Black with #AA1331
Text Example
Text Example
White with #AA1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1331; }
p { color: rgb(170,19,49); }
H1.HeaderClassName
{
color: #AA1331;
}
.AnyTagClassName
{
color: #AA1331;
}
</style>
background-color css
<style>
a { background-color: #AA1331; }
a { background-color: rgb(170,19,49); }
div.DivClassName
{
background-color: #AA1331;
}
.BgClassName
{
background-color: #AA1331;
}
</style>
border-color css
<style>
span { border-color: #AA1331; }
span { border-color: rgb(170,19,49); }
td.TdClassName
{
border-color: #AA1331;
}
.TagClassName
{
border-color: #AA1331;
}
</style>