Shades of Cardinal #AA1835
Tints of Cardinal #AA1835
RGB
CMYK
RGB Variations
Color information
#AA1835 (or 0xAA1835) is known color: Cardinal. HEX triplet: AA, 18 and 35. RGB value is (170,24,53). Sum of RGB (Red+Green+Blue) = 170+24+53=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1835 is #55E7CA. Grayscale: #464646. Windows color (decimal): -5629899 or 3479722. OLE color: 3479722.
HSL color Cylindrical-coordinate representation of color #AA1835: hue angle of 348.08º 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 #AA1835 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 53 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.33 |
| HSL | 348.08º | 0.75% | 0.38% | - |
| HSV(B) | 348.08º | 0.86% | 0.67% | - |
| XYZ | 17.55 | 9.46 | 4.27 | - |
| YUV | 70.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 53 | 0 | 0.86 | 0.69 | 0.33 | 348.08 | 0.75 | 0.38 |
| Hex | AA | 18 | 35 | 0 | 56 | 45 | 21 | 15C | 4B | 26 |
| Octal | 252 | 30 | 65 | 0 | 126 | 105 | 41 | 534 | 113 | 46 |
| Binary | 10101010 | 11000 | 110101 | 0 | 1010110 | 1000101 | 100001 | 101011100 | 1001011 | 100110 |
Color Harmonies of #AA1835
Complementary color
Monochromatic Colors of #AA1835
Black with #AA1835
Text Example
Text Example
White with #AA1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1835; }
p { color: rgb(170,24,53); }
H1.HeaderClassName
{
color: #AA1835;
}
.AnyTagClassName
{
color: #AA1835;
}
</style>
background-color css
<style>
a { background-color: #AA1835; }
a { background-color: rgb(170,24,53); }
div.DivClassName
{
background-color: #AA1835;
}
.BgClassName
{
background-color: #AA1835;
}
</style>
border-color css
<style>
span { border-color: #AA1835; }
span { border-color: rgb(170,24,53); }
td.TdClassName
{
border-color: #AA1835;
}
.TagClassName
{
border-color: #AA1835;
}
</style>