Shades of Cardinal #AA0A3D
Tints of Cardinal #AA0A3D
RGB
CMYK
RGB Variations
Color information
#AA0A3D (or 0xAA0A3D) is known color: Cardinal. HEX triplet: AA, 0A and 3D. RGB value is (170,10,61). Sum of RGB (Red+Green+Blue) = 170+10+61=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A3D is #55F5C2. Grayscale: #3F3F3F. Windows color (decimal): -5633475 or 4000426. OLE color: 4000426.
HSL color Cylindrical-coordinate representation of color #AA0A3D: hue angle of 340.88º 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 #AA0A3D is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 61 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.33 |
| HSL | 340.88º | 0.89% | 0.35% | - |
| HSV(B) | 340.88º | 0.94% | 0.67% | - |
| XYZ | 17.53 | 9.1 | 5.25 | - |
| YUV | 63.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 61 | 0 | 0.94 | 0.64 | 0.33 | 340.88 | 0.89 | 0.35 |
| Hex | AA | A | 3D | 0 | 5E | 40 | 21 | 155 | 59 | 23 |
| Octal | 252 | 12 | 75 | 0 | 136 | 100 | 41 | 525 | 131 | 43 |
| Binary | 10101010 | 1010 | 111101 | 0 | 1011110 | 1000000 | 100001 | 101010101 | 1011001 | 100011 |
Color Harmonies of #AA0A3D
Complementary color
Monochromatic Colors of #AA0A3D
Black with #AA0A3D
Text Example
Text Example
White with #AA0A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A3D; }
p { color: rgb(170,10,61); }
H1.HeaderClassName
{
color: #AA0A3D;
}
.AnyTagClassName
{
color: #AA0A3D;
}
</style>
background-color css
<style>
a { background-color: #AA0A3D; }
a { background-color: rgb(170,10,61); }
div.DivClassName
{
background-color: #AA0A3D;
}
.BgClassName
{
background-color: #AA0A3D;
}
</style>
border-color css
<style>
span { border-color: #AA0A3D; }
span { border-color: rgb(170,10,61); }
td.TdClassName
{
border-color: #AA0A3D;
}
.TagClassName
{
border-color: #AA0A3D;
}
</style>