Shades of Cardinal #AA0A3C
Tints of Cardinal #AA0A3C
RGB
CMYK
RGB Variations
Color information
#AA0A3C (or 0xAA0A3C) is known color: Cardinal. HEX triplet: AA, 0A and 3C. RGB value is (170,10,60). Sum of RGB (Red+Green+Blue) = 170+10+60=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A3C is #55F5C3. Grayscale: #3F3F3F. Windows color (decimal): -5633476 or 3934890. OLE color: 3934890.
HSL color Cylindrical-coordinate representation of color #AA0A3C: hue angle of 341.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A3C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 60 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.33 |
| HSL | 341.25º | 0.89% | 0.35% | - |
| HSV(B) | 341.25º | 0.94% | 0.67% | - |
| XYZ | 17.5 | 9.09 | 5.11 | - |
| YUV | 63.54 | 126.01 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 60 | 0 | 0.94 | 0.65 | 0.33 | 341.25 | 0.89 | 0.35 |
| Hex | AA | A | 3C | 0 | 5E | 41 | 21 | 155 | 59 | 23 |
| Octal | 252 | 12 | 74 | 0 | 136 | 101 | 41 | 525 | 131 | 43 |
| Binary | 10101010 | 1010 | 111100 | 0 | 1011110 | 1000001 | 100001 | 101010101 | 1011001 | 100011 |
Color Harmonies of #AA0A3C
Complementary color
Monochromatic Colors of #AA0A3C
Black with #AA0A3C
Text Example
Text Example
White with #AA0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A3C; }
p { color: rgb(170,10,60); }
H1.HeaderClassName
{
color: #AA0A3C;
}
.AnyTagClassName
{
color: #AA0A3C;
}
</style>
background-color css
<style>
a { background-color: #AA0A3C; }
a { background-color: rgb(170,10,60); }
div.DivClassName
{
background-color: #AA0A3C;
}
.BgClassName
{
background-color: #AA0A3C;
}
</style>
border-color css
<style>
span { border-color: #AA0A3C; }
span { border-color: rgb(170,10,60); }
td.TdClassName
{
border-color: #AA0A3C;
}
.TagClassName
{
border-color: #AA0A3C;
}
</style>