Shades of Cardinal #AA1031
Tints of Cardinal #AA1031
RGB
CMYK
RGB Variations
Color information
#AA1031 (or 0xAA1031) is known color: Cardinal. HEX triplet: AA, 10 and 31. RGB value is (170,16,49). Sum of RGB (Red+Green+Blue) = 170+16+49=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1031 is #55EFCE. Grayscale: #414141. Windows color (decimal): -5631951 or 3215530. OLE color: 3215530.
HSL color Cylindrical-coordinate representation of color #AA1031: hue angle of 347.14º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1031 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 49 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.33 |
| HSL | 347.14º | 0.83% | 0.36% | - |
| HSV(B) | 347.14º | 0.91% | 0.67% | - |
| XYZ | 17.32 | 9.14 | 3.76 | - |
| YUV | 65.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 49 | 0 | 0.91 | 0.71 | 0.33 | 347.14 | 0.83 | 0.36 |
| Hex | AA | 10 | 31 | 0 | 5B | 47 | 21 | 15B | 53 | 24 |
| Octal | 252 | 20 | 61 | 0 | 133 | 107 | 41 | 533 | 123 | 44 |
| Binary | 10101010 | 10000 | 110001 | 0 | 1011011 | 1000111 | 100001 | 101011011 | 1010011 | 100100 |
Color Harmonies of #AA1031
Complementary color
Monochromatic Colors of #AA1031
Black with #AA1031
Text Example
Text Example
White with #AA1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1031; }
p { color: rgb(170,16,49); }
H1.HeaderClassName
{
color: #AA1031;
}
.AnyTagClassName
{
color: #AA1031;
}
</style>
background-color css
<style>
a { background-color: #AA1031; }
a { background-color: rgb(170,16,49); }
div.DivClassName
{
background-color: #AA1031;
}
.BgClassName
{
background-color: #AA1031;
}
</style>
border-color css
<style>
span { border-color: #AA1031; }
span { border-color: rgb(170,16,49); }
td.TdClassName
{
border-color: #AA1031;
}
.TagClassName
{
border-color: #AA1031;
}
</style>