Shades of Cardinal #AA1731
Tints of Cardinal #AA1731
RGB
CMYK
RGB Variations
Color information
#AA1731 (or 0xAA1731) is known color: Cardinal. HEX triplet: AA, 17 and 31. RGB value is (170,23,49). Sum of RGB (Red+Green+Blue) = 170+23+49=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1731 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1731 is #55E8CE. Grayscale: #454545. Windows color (decimal): -5630159 or 3217322. OLE color: 3217322.
HSL color Cylindrical-coordinate representation of color #AA1731: hue angle of 349.39º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1731 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 49 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.33 |
| HSL | 349.39º | 0.76% | 0.38% | - |
| HSV(B) | 349.39º | 0.86% | 0.67% | - |
| XYZ | 17.44 | 9.38 | 3.8 | - |
| YUV | 69.92 | 116.2 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 49 | 0 | 0.86 | 0.71 | 0.33 | 349.39 | 0.76 | 0.38 |
| Hex | AA | 17 | 31 | 0 | 56 | 47 | 21 | 15D | 4C | 26 |
| Octal | 252 | 27 | 61 | 0 | 126 | 107 | 41 | 535 | 114 | 46 |
| Binary | 10101010 | 10111 | 110001 | 0 | 1010110 | 1000111 | 100001 | 101011101 | 1001100 | 100110 |
Color Harmonies of #AA1731
Complementary color
Monochromatic Colors of #AA1731
Black with #AA1731
Text Example
Text Example
White with #AA1731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1731; }
p { color: rgb(170,23,49); }
H1.HeaderClassName
{
color: #AA1731;
}
.AnyTagClassName
{
color: #AA1731;
}
</style>
background-color css
<style>
a { background-color: #AA1731; }
a { background-color: rgb(170,23,49); }
div.DivClassName
{
background-color: #AA1731;
}
.BgClassName
{
background-color: #AA1731;
}
</style>
border-color css
<style>
span { border-color: #AA1731; }
span { border-color: rgb(170,23,49); }
td.TdClassName
{
border-color: #AA1731;
}
.TagClassName
{
border-color: #AA1731;
}
</style>