Shades of Cardinal #AA053B
Tints of Cardinal #AA053B
RGB
CMYK
RGB Variations
Color information
#AA053B (or 0xAA053B) is known color: Cardinal. HEX triplet: AA, 05 and 3B. RGB value is (170,5,59). Sum of RGB (Red+Green+Blue) = 170+5+59=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA053B is #55FAC4. Grayscale: #3C3C3C. Windows color (decimal): -5634757 or 3868074. OLE color: 3868074.
HSL color Cylindrical-coordinate representation of color #AA053B: hue angle of 340.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA053B is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 59 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.33 |
| HSL | 340.36º | 0.94% | 0.34% | - |
| HSV(B) | 340.36º | 0.97% | 0.67% | - |
| XYZ | 17.42 | 8.97 | 4.95 | - |
| YUV | 60.49 | 127.16 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 59 | 0 | 0.97 | 0.65 | 0.33 | 340.36 | 0.94 | 0.34 |
| Hex | AA | 5 | 3B | 0 | 61 | 41 | 21 | 154 | 5E | 22 |
| Octal | 252 | 5 | 73 | 0 | 141 | 101 | 41 | 524 | 136 | 42 |
| Binary | 10101010 | 101 | 111011 | 0 | 1100001 | 1000001 | 100001 | 101010100 | 1011110 | 100010 |
Color Harmonies of #AA053B
Complementary color
Monochromatic Colors of #AA053B
Black with #AA053B
Text Example
Text Example
White with #AA053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA053B; }
p { color: rgb(170,5,59); }
H1.HeaderClassName
{
color: #AA053B;
}
.AnyTagClassName
{
color: #AA053B;
}
</style>
background-color css
<style>
a { background-color: #AA053B; }
a { background-color: rgb(170,5,59); }
div.DivClassName
{
background-color: #AA053B;
}
.BgClassName
{
background-color: #AA053B;
}
</style>
border-color css
<style>
span { border-color: #AA053B; }
span { border-color: rgb(170,5,59); }
td.TdClassName
{
border-color: #AA053B;
}
.TagClassName
{
border-color: #AA053B;
}
</style>