Shades of Cardinal #AA033A
Tints of Cardinal #AA033A
RGB
CMYK
RGB Variations
Color information
#AA033A (or 0xAA033A) is known color: Cardinal. HEX triplet: AA, 03 and 3A. RGB value is (170,3,58). Sum of RGB (Red+Green+Blue) = 170+3+58=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 3 (1.56% from 255 or 1.30% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA033A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA033A is #55FCC5. Grayscale: #3B3B3B. Windows color (decimal): -5635270 or 3802026. OLE color: 3802026.
HSL color Cylindrical-coordinate representation of color #AA033A: hue angle of 340.24º degrees, saturation: 0.97, 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 #AA033A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 58 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.33 |
| HSL | 340.24º | 0.97% | 0.34% | - |
| HSV(B) | 340.24º | 0.98% | 0.67% | - |
| XYZ | 17.37 | 8.92 | 4.81 | - |
| YUV | 59.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 58 | 0 | 0.98 | 0.66 | 0.33 | 340.24 | 0.97 | 0.34 |
| Hex | AA | 3 | 3A | 0 | 62 | 42 | 21 | 154 | 61 | 22 |
| Octal | 252 | 3 | 72 | 0 | 142 | 102 | 41 | 524 | 141 | 42 |
| Binary | 10101010 | 11 | 111010 | 0 | 1100010 | 1000010 | 100001 | 101010100 | 1100001 | 100010 |
Color Harmonies of #AA033A
Complementary color
Monochromatic Colors of #AA033A
Black with #AA033A
Text Example
Text Example
White with #AA033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA033A; }
p { color: rgb(170,3,58); }
H1.HeaderClassName
{
color: #AA033A;
}
.AnyTagClassName
{
color: #AA033A;
}
</style>
background-color css
<style>
a { background-color: #AA033A; }
a { background-color: rgb(170,3,58); }
div.DivClassName
{
background-color: #AA033A;
}
.BgClassName
{
background-color: #AA033A;
}
</style>
border-color css
<style>
span { border-color: #AA033A; }
span { border-color: rgb(170,3,58); }
td.TdClassName
{
border-color: #AA033A;
}
.TagClassName
{
border-color: #AA033A;
}
</style>