Shades of Cardinal #AA1A3C
Tints of Cardinal #AA1A3C
RGB
CMYK
RGB Variations
Color information
#AA1A3C (or 0xAA1A3C) is known color: Cardinal. HEX triplet: AA, 1A and 3C. RGB value is (170,26,60). Sum of RGB (Red+Green+Blue) = 170+26+60=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A3C is #55E5C3. Grayscale: #484848. Windows color (decimal): -5629380 or 3938986. OLE color: 3938986.
HSL color Cylindrical-coordinate representation of color #AA1A3C: hue angle of 345.83º 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 #AA1A3C is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 60 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.33 |
| HSL | 345.83º | 0.73% | 0.38% | - |
| HSV(B) | 345.83º | 0.85% | 0.67% | - |
| XYZ | 17.76 | 9.61 | 5.19 | - |
| YUV | 72.93 | 120.71 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 60 | 0 | 0.85 | 0.65 | 0.33 | 345.83 | 0.73 | 0.38 |
| Hex | AA | 1A | 3C | 0 | 55 | 41 | 21 | 15A | 49 | 26 |
| Octal | 252 | 32 | 74 | 0 | 125 | 101 | 41 | 532 | 111 | 46 |
| Binary | 10101010 | 11010 | 111100 | 0 | 1010101 | 1000001 | 100001 | 101011010 | 1001001 | 100110 |
Color Harmonies of #AA1A3C
Complementary color
Monochromatic Colors of #AA1A3C
Black with #AA1A3C
Text Example
Text Example
White with #AA1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A3C; }
p { color: rgb(170,26,60); }
H1.HeaderClassName
{
color: #AA1A3C;
}
.AnyTagClassName
{
color: #AA1A3C;
}
</style>
background-color css
<style>
a { background-color: #AA1A3C; }
a { background-color: rgb(170,26,60); }
div.DivClassName
{
background-color: #AA1A3C;
}
.BgClassName
{
background-color: #AA1A3C;
}
</style>
border-color css
<style>
span { border-color: #AA1A3C; }
span { border-color: rgb(170,26,60); }
td.TdClassName
{
border-color: #AA1A3C;
}
.TagClassName
{
border-color: #AA1A3C;
}
</style>