Shades of Cardinal #AA053C
Tints of Cardinal #AA053C
RGB
CMYK
RGB Variations
Color information
#AA053C (or 0xAA053C) is known color: Cardinal. HEX triplet: AA, 05 and 3C. RGB value is (170,5,60). Sum of RGB (Red+Green+Blue) = 170+5+60=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA053C is #55FAC3. Grayscale: #3C3C3C. Windows color (decimal): -5634756 or 3933610. OLE color: 3933610.
HSL color Cylindrical-coordinate representation of color #AA053C: hue angle of 340º 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 #AA053C is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.33 |
| HSL | 340º | 0.94% | 0.34% | - |
| HSV(B) | 340º | 0.97% | 0.67% | - |
| XYZ | 17.45 | 8.98 | 5.09 | - |
| YUV | 60.61 | 127.66 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 60 | 0 | 0.97 | 0.65 | 0.33 | 340 | 0.94 | 0.34 |
| Hex | AA | 5 | 3C | 0 | 61 | 41 | 21 | 154 | 5E | 22 |
| Octal | 252 | 5 | 74 | 0 | 141 | 101 | 41 | 524 | 136 | 42 |
| Binary | 10101010 | 101 | 111100 | 0 | 1100001 | 1000001 | 100001 | 101010100 | 1011110 | 100010 |
Color Harmonies of #AA053C
Complementary color
Monochromatic Colors of #AA053C
Black with #AA053C
Text Example
Text Example
White with #AA053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA053C; }
p { color: rgb(170,5,60); }
H1.HeaderClassName
{
color: #AA053C;
}
.AnyTagClassName
{
color: #AA053C;
}
</style>
background-color css
<style>
a { background-color: #AA053C; }
a { background-color: rgb(170,5,60); }
div.DivClassName
{
background-color: #AA053C;
}
.BgClassName
{
background-color: #AA053C;
}
</style>
border-color css
<style>
span { border-color: #AA053C; }
span { border-color: rgb(170,5,60); }
td.TdClassName
{
border-color: #AA053C;
}
.TagClassName
{
border-color: #AA053C;
}
</style>