Shades of Cardinal #AA1A30
Tints of Cardinal #AA1A30
RGB
CMYK
RGB Variations
Color information
#AA1A30 (or 0xAA1A30) is known color: Cardinal. HEX triplet: AA, 1A and 30. RGB value is (170,26,48). Sum of RGB (Red+Green+Blue) = 170+26+48=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A30 is #55E5CF. Grayscale: #474747. Windows color (decimal): -5629392 or 3152554. OLE color: 3152554.
HSL color Cylindrical-coordinate representation of color #AA1A30: hue angle of 350.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 #AA1A30 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 48 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.33 |
| HSL | 350.83º | 0.73% | 0.38% | - |
| HSV(B) | 350.83º | 0.85% | 0.67% | - |
| XYZ | 17.48 | 9.5 | 3.71 | - |
| YUV | 71.56 | 114.71 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 48 | 0 | 0.85 | 0.72 | 0.33 | 350.83 | 0.73 | 0.38 |
| Hex | AA | 1A | 30 | 0 | 55 | 48 | 21 | 15F | 49 | 26 |
| Octal | 252 | 32 | 60 | 0 | 125 | 110 | 41 | 537 | 111 | 46 |
| Binary | 10101010 | 11010 | 110000 | 0 | 1010101 | 1001000 | 100001 | 101011111 | 1001001 | 100110 |
Color Harmonies of #AA1A30
Complementary color
Monochromatic Colors of #AA1A30
Black with #AA1A30
Text Example
Text Example
White with #AA1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A30; }
p { color: rgb(170,26,48); }
H1.HeaderClassName
{
color: #AA1A30;
}
.AnyTagClassName
{
color: #AA1A30;
}
</style>
background-color css
<style>
a { background-color: #AA1A30; }
a { background-color: rgb(170,26,48); }
div.DivClassName
{
background-color: #AA1A30;
}
.BgClassName
{
background-color: #AA1A30;
}
</style>
border-color css
<style>
span { border-color: #AA1A30; }
span { border-color: rgb(170,26,48); }
td.TdClassName
{
border-color: #AA1A30;
}
.TagClassName
{
border-color: #AA1A30;
}
</style>