Shades of Cardinal #AA0439
Tints of Cardinal #AA0439
RGB
CMYK
RGB Variations
Color information
#AA0439 (or 0xAA0439) is known color: Cardinal. HEX triplet: AA, 04 and 39. RGB value is (170,4,57). Sum of RGB (Red+Green+Blue) = 170+4+57=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0439 is #55FBC6. Grayscale: #3B3B3B. Windows color (decimal): -5635015 or 3736746. OLE color: 3736746.
HSL color Cylindrical-coordinate representation of color #AA0439: hue angle of 340.84º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA0439 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 57 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.33 |
| HSL | 340.84º | 0.95% | 0.34% | - |
| HSV(B) | 340.84º | 0.98% | 0.67% | - |
| XYZ | 17.36 | 8.93 | 4.68 | - |
| YUV | 59.68 | 126.5 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 57 | 0 | 0.98 | 0.66 | 0.33 | 340.84 | 0.95 | 0.34 |
| Hex | AA | 4 | 39 | 0 | 62 | 42 | 21 | 155 | 5F | 22 |
| Octal | 252 | 4 | 71 | 0 | 142 | 102 | 41 | 525 | 137 | 42 |
| Binary | 10101010 | 100 | 111001 | 0 | 1100010 | 1000010 | 100001 | 101010101 | 1011111 | 100010 |
Color Harmonies of #AA0439
Complementary color
Monochromatic Colors of #AA0439
Black with #AA0439
Text Example
Text Example
White with #AA0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0439; }
p { color: rgb(170,4,57); }
H1.HeaderClassName
{
color: #AA0439;
}
.AnyTagClassName
{
color: #AA0439;
}
</style>
background-color css
<style>
a { background-color: #AA0439; }
a { background-color: rgb(170,4,57); }
div.DivClassName
{
background-color: #AA0439;
}
.BgClassName
{
background-color: #AA0439;
}
</style>
border-color css
<style>
span { border-color: #AA0439; }
span { border-color: rgb(170,4,57); }
td.TdClassName
{
border-color: #AA0439;
}
.TagClassName
{
border-color: #AA0439;
}
</style>