Shades of Cardinal #AA1A3A
Tints of Cardinal #AA1A3A
RGB
CMYK
RGB Variations
Color information
#AA1A3A (or 0xAA1A3A) is known color: Cardinal. HEX triplet: AA, 1A and 3A. RGB value is (170,26,58). Sum of RGB (Red+Green+Blue) = 170+26+58=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A3A is #55E5C5. Grayscale: #484848. Windows color (decimal): -5629382 or 3807914. OLE color: 3807914.
HSL color Cylindrical-coordinate representation of color #AA1A3A: hue angle of 346.67º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A3A is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 58 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.33 |
| HSL | 346.67º | 0.73% | 0.38% | - |
| HSV(B) | 346.67º | 0.85% | 0.67% | - |
| XYZ | 17.71 | 9.59 | 4.92 | - |
| YUV | 72.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 58 | 0 | 0.85 | 0.66 | 0.33 | 346.67 | 0.73 | 0.38 |
| Hex | AA | 1A | 3A | 0 | 55 | 42 | 21 | 15B | 49 | 26 |
| Octal | 252 | 32 | 72 | 0 | 125 | 102 | 41 | 533 | 111 | 46 |
| Binary | 10101010 | 11010 | 111010 | 0 | 1010101 | 1000010 | 100001 | 101011011 | 1001001 | 100110 |
Color Harmonies of #AA1A3A
Complementary color
Monochromatic Colors of #AA1A3A
Black with #AA1A3A
Text Example
Text Example
White with #AA1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A3A; }
p { color: rgb(170,26,58); }
H1.HeaderClassName
{
color: #AA1A3A;
}
.AnyTagClassName
{
color: #AA1A3A;
}
</style>
background-color css
<style>
a { background-color: #AA1A3A; }
a { background-color: rgb(170,26,58); }
div.DivClassName
{
background-color: #AA1A3A;
}
.BgClassName
{
background-color: #AA1A3A;
}
</style>
border-color css
<style>
span { border-color: #AA1A3A; }
span { border-color: rgb(170,26,58); }
td.TdClassName
{
border-color: #AA1A3A;
}
.TagClassName
{
border-color: #AA1A3A;
}
</style>