Shades of Cardinal #AA1831
Tints of Cardinal #AA1831
RGB
CMYK
RGB Variations
Color information
#AA1831 (or 0xAA1831) is known color: Cardinal. HEX triplet: AA, 18 and 31. RGB value is (170,24,49). Sum of RGB (Red+Green+Blue) = 170+24+49=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1831 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1831 is #55E7CE. Grayscale: #464646. Windows color (decimal): -5629903 or 3217578. OLE color: 3217578.
HSL color Cylindrical-coordinate representation of color #AA1831: hue angle of 349.73º degrees, saturation: 0.75, 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 #AA1831 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 49 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.33 |
| HSL | 349.73º | 0.75% | 0.38% | - |
| HSV(B) | 349.73º | 0.86% | 0.67% | - |
| XYZ | 17.46 | 9.42 | 3.8 | - |
| YUV | 70.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 49 | 0 | 0.86 | 0.71 | 0.33 | 349.73 | 0.75 | 0.38 |
| Hex | AA | 18 | 31 | 0 | 56 | 47 | 21 | 15E | 4B | 26 |
| Octal | 252 | 30 | 61 | 0 | 126 | 107 | 41 | 536 | 113 | 46 |
| Binary | 10101010 | 11000 | 110001 | 0 | 1010110 | 1000111 | 100001 | 101011110 | 1001011 | 100110 |
Color Harmonies of #AA1831
Complementary color
Monochromatic Colors of #AA1831
Black with #AA1831
Text Example
Text Example
White with #AA1831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1831; }
p { color: rgb(170,24,49); }
H1.HeaderClassName
{
color: #AA1831;
}
.AnyTagClassName
{
color: #AA1831;
}
</style>
background-color css
<style>
a { background-color: #AA1831; }
a { background-color: rgb(170,24,49); }
div.DivClassName
{
background-color: #AA1831;
}
.BgClassName
{
background-color: #AA1831;
}
</style>
border-color css
<style>
span { border-color: #AA1831; }
span { border-color: rgb(170,24,49); }
td.TdClassName
{
border-color: #AA1831;
}
.TagClassName
{
border-color: #AA1831;
}
</style>