Shades of Cardinal #AA0639
Tints of Cardinal #AA0639
RGB
CMYK
RGB Variations
Color information
#AA0639 (or 0xAA0639) is known color: Cardinal. HEX triplet: AA, 06 and 39. RGB value is (170,6,57). Sum of RGB (Red+Green+Blue) = 170+6+57=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 57 (22.66% from 255 or 24.46% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0639 is #55F9C6. Grayscale: #3C3C3C. Windows color (decimal): -5634503 or 3737258. OLE color: 3737258.
HSL color Cylindrical-coordinate representation of color #AA0639: hue angle of 341.34º 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 #AA0639 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 57 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.33 |
| HSL | 341.34º | 0.93% | 0.35% | - |
| HSV(B) | 341.34º | 0.96% | 0.67% | - |
| XYZ | 17.38 | 8.97 | 4.69 | - |
| YUV | 60.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 57 | 0 | 0.96 | 0.66 | 0.33 | 341.34 | 0.93 | 0.35 |
| Hex | AA | 6 | 39 | 0 | 60 | 42 | 21 | 155 | 5D | 23 |
| Octal | 252 | 6 | 71 | 0 | 140 | 102 | 41 | 525 | 135 | 43 |
| Binary | 10101010 | 110 | 111001 | 0 | 1100000 | 1000010 | 100001 | 101010101 | 1011101 | 100011 |
Color Harmonies of #AA0639
Complementary color
Monochromatic Colors of #AA0639
Black with #AA0639
Text Example
Text Example
White with #AA0639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0639; }
p { color: rgb(170,6,57); }
H1.HeaderClassName
{
color: #AA0639;
}
.AnyTagClassName
{
color: #AA0639;
}
</style>
background-color css
<style>
a { background-color: #AA0639; }
a { background-color: rgb(170,6,57); }
div.DivClassName
{
background-color: #AA0639;
}
.BgClassName
{
background-color: #AA0639;
}
</style>
border-color css
<style>
span { border-color: #AA0639; }
span { border-color: rgb(170,6,57); }
td.TdClassName
{
border-color: #AA0639;
}
.TagClassName
{
border-color: #AA0639;
}
</style>