Shades of Cardinal #AA063A
Tints of Cardinal #AA063A
RGB
CMYK
RGB Variations
Color information
#AA063A (or 0xAA063A) is known color: Cardinal. HEX triplet: AA, 06 and 3A. RGB value is (170,6,58). Sum of RGB (Red+Green+Blue) = 170+6+58=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA063A is #55F9C5. Grayscale: #3C3C3C. Windows color (decimal): -5634502 or 3802794. OLE color: 3802794.
HSL color Cylindrical-coordinate representation of color #AA063A: hue angle of 340.98º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA063A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 58 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.33 |
| HSL | 340.98º | 0.93% | 0.35% | - |
| HSV(B) | 340.98º | 0.96% | 0.67% | - |
| XYZ | 17.41 | 8.98 | 4.82 | - |
| YUV | 60.96 | 126.33 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 58 | 0 | 0.96 | 0.66 | 0.33 | 340.98 | 0.93 | 0.35 |
| Hex | AA | 6 | 3A | 0 | 60 | 42 | 21 | 155 | 5D | 23 |
| Octal | 252 | 6 | 72 | 0 | 140 | 102 | 41 | 525 | 135 | 43 |
| Binary | 10101010 | 110 | 111010 | 0 | 1100000 | 1000010 | 100001 | 101010101 | 1011101 | 100011 |
Color Harmonies of #AA063A
Complementary color
Monochromatic Colors of #AA063A
Black with #AA063A
Text Example
Text Example
White with #AA063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA063A; }
p { color: rgb(170,6,58); }
H1.HeaderClassName
{
color: #AA063A;
}
.AnyTagClassName
{
color: #AA063A;
}
</style>
background-color css
<style>
a { background-color: #AA063A; }
a { background-color: rgb(170,6,58); }
div.DivClassName
{
background-color: #AA063A;
}
.BgClassName
{
background-color: #AA063A;
}
</style>
border-color css
<style>
span { border-color: #AA063A; }
span { border-color: rgb(170,6,58); }
td.TdClassName
{
border-color: #AA063A;
}
.TagClassName
{
border-color: #AA063A;
}
</style>