Shades of Cardinal #AA1533
Tints of Cardinal #AA1533
RGB
CMYK
RGB Variations
Color information
#AA1533 (or 0xAA1533) is known color: Cardinal. HEX triplet: AA, 15 and 33. RGB value is (170,21,51). Sum of RGB (Red+Green+Blue) = 170+21+51=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1533 is #55EACC. Grayscale: #454545. Windows color (decimal): -5630669 or 3347882. OLE color: 3347882.
HSL color Cylindrical-coordinate representation of color #AA1533: hue angle of 347.92º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1533 is Cyan = 0, Magento = 0.88, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 51 | - |
| CMYK | 0 | 0.88 | 0.7 | 0.33 |
| HSL | 347.92º | 0.78% | 0.37% | - |
| HSV(B) | 347.92º | 0.88% | 0.67% | - |
| XYZ | 17.44 | 9.32 | 4.01 | - |
| YUV | 68.97 | 117.86 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 51 | 0 | 0.88 | 0.7 | 0.33 | 347.92 | 0.78 | 0.37 |
| Hex | AA | 15 | 33 | 0 | 58 | 46 | 21 | 15C | 4E | 25 |
| Octal | 252 | 25 | 63 | 0 | 130 | 106 | 41 | 534 | 116 | 45 |
| Binary | 10101010 | 10101 | 110011 | 0 | 1011000 | 1000110 | 100001 | 101011100 | 1001110 | 100101 |
Color Harmonies of #AA1533
Complementary color
Monochromatic Colors of #AA1533
Black with #AA1533
Text Example
Text Example
White with #AA1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1533; }
p { color: rgb(170,21,51); }
H1.HeaderClassName
{
color: #AA1533;
}
.AnyTagClassName
{
color: #AA1533;
}
</style>
background-color css
<style>
a { background-color: #AA1533; }
a { background-color: rgb(170,21,51); }
div.DivClassName
{
background-color: #AA1533;
}
.BgClassName
{
background-color: #AA1533;
}
</style>
border-color css
<style>
span { border-color: #AA1533; }
span { border-color: rgb(170,21,51); }
td.TdClassName
{
border-color: #AA1533;
}
.TagClassName
{
border-color: #AA1533;
}
</style>