Shades of Cardinal #AA153B
Tints of Cardinal #AA153B
RGB
CMYK
RGB Variations
Color information
#AA153B (or 0xAA153B) is known color: Cardinal. HEX triplet: AA, 15 and 3B. RGB value is (170,21,59). Sum of RGB (Red+Green+Blue) = 170+21+59=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA153B is #55EAC4. Grayscale: #454545. Windows color (decimal): -5630661 or 3872170. OLE color: 3872170.
HSL color Cylindrical-coordinate representation of color #AA153B: hue angle of 344.7º 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 #AA153B is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 21 | 59 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.33 |
| HSL | 344.7º | 0.78% | 0.37% | - |
| HSV(B) | 344.7º | 0.88% | 0.67% | - |
| XYZ | 17.64 | 9.4 | 5.02 | - |
| YUV | 69.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 21 | 59 | 0 | 0.88 | 0.65 | 0.33 | 344.7 | 0.78 | 0.37 |
| Hex | AA | 15 | 3B | 0 | 58 | 41 | 21 | 159 | 4E | 25 |
| Octal | 252 | 25 | 73 | 0 | 130 | 101 | 41 | 531 | 116 | 45 |
| Binary | 10101010 | 10101 | 111011 | 0 | 1011000 | 1000001 | 100001 | 101011001 | 1001110 | 100101 |
Color Harmonies of #AA153B
Complementary color
Monochromatic Colors of #AA153B
Black with #AA153B
Text Example
Text Example
White with #AA153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA153B; }
p { color: rgb(170,21,59); }
H1.HeaderClassName
{
color: #AA153B;
}
.AnyTagClassName
{
color: #AA153B;
}
</style>
background-color css
<style>
a { background-color: #AA153B; }
a { background-color: rgb(170,21,59); }
div.DivClassName
{
background-color: #AA153B;
}
.BgClassName
{
background-color: #AA153B;
}
</style>
border-color css
<style>
span { border-color: #AA153B; }
span { border-color: rgb(170,21,59); }
td.TdClassName
{
border-color: #AA153B;
}
.TagClassName
{
border-color: #AA153B;
}
</style>