Shades of Cardinal #AA043A
Tints of Cardinal #AA043A
RGB
CMYK
RGB Variations
Color information
#AA043A (or 0xAA043A) is known color: Cardinal. HEX triplet: AA, 04 and 3A. RGB value is (170,4,58). Sum of RGB (Red+Green+Blue) = 170+4+58=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA043A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA043A is #55FBC5. Grayscale: #3B3B3B. Windows color (decimal): -5635014 or 3802282. OLE color: 3802282.
HSL color Cylindrical-coordinate representation of color #AA043A: hue angle of 340.48º 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 #AA043A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 58 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.33 |
| HSL | 340.48º | 0.95% | 0.34% | - |
| HSV(B) | 340.48º | 0.98% | 0.67% | - |
| XYZ | 17.38 | 8.94 | 4.81 | - |
| YUV | 59.79 | 127 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 58 | 0 | 0.98 | 0.66 | 0.33 | 340.48 | 0.95 | 0.34 |
| Hex | AA | 4 | 3A | 0 | 62 | 42 | 21 | 154 | 5F | 22 |
| Octal | 252 | 4 | 72 | 0 | 142 | 102 | 41 | 524 | 137 | 42 |
| Binary | 10101010 | 100 | 111010 | 0 | 1100010 | 1000010 | 100001 | 101010100 | 1011111 | 100010 |
Color Harmonies of #AA043A
Complementary color
Monochromatic Colors of #AA043A
Black with #AA043A
Text Example
Text Example
White with #AA043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA043A; }
p { color: rgb(170,4,58); }
H1.HeaderClassName
{
color: #AA043A;
}
.AnyTagClassName
{
color: #AA043A;
}
</style>
background-color css
<style>
a { background-color: #AA043A; }
a { background-color: rgb(170,4,58); }
div.DivClassName
{
background-color: #AA043A;
}
.BgClassName
{
background-color: #AA043A;
}
</style>
border-color css
<style>
span { border-color: #AA043A; }
span { border-color: rgb(170,4,58); }
td.TdClassName
{
border-color: #AA043A;
}
.TagClassName
{
border-color: #AA043A;
}
</style>