Shades of Cardinal #AA1A37
Tints of Cardinal #AA1A37
RGB
CMYK
RGB Variations
Color information
#AA1A37 (or 0xAA1A37) is known color: Cardinal. HEX triplet: AA, 1A and 37. RGB value is (170,26,55). Sum of RGB (Red+Green+Blue) = 170+26+55=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A37 is #55E5C8. Grayscale: #484848. Windows color (decimal): -5629385 or 3611306. OLE color: 3611306.
HSL color Cylindrical-coordinate representation of color #AA1A37: hue angle of 347.92º 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 #AA1A37 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 55 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.33 |
| HSL | 347.92º | 0.73% | 0.38% | - |
| HSV(B) | 347.92º | 0.85% | 0.67% | - |
| XYZ | 17.64 | 9.56 | 4.53 | - |
| YUV | 72.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 55 | 0 | 0.85 | 0.68 | 0.33 | 347.92 | 0.73 | 0.38 |
| Hex | AA | 1A | 37 | 0 | 55 | 44 | 21 | 15C | 49 | 26 |
| Octal | 252 | 32 | 67 | 0 | 125 | 104 | 41 | 534 | 111 | 46 |
| Binary | 10101010 | 11010 | 110111 | 0 | 1010101 | 1000100 | 100001 | 101011100 | 1001001 | 100110 |
Color Harmonies of #AA1A37
Complementary color
Monochromatic Colors of #AA1A37
Black with #AA1A37
Text Example
Text Example
White with #AA1A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A37; }
p { color: rgb(170,26,55); }
H1.HeaderClassName
{
color: #AA1A37;
}
.AnyTagClassName
{
color: #AA1A37;
}
</style>
background-color css
<style>
a { background-color: #AA1A37; }
a { background-color: rgb(170,26,55); }
div.DivClassName
{
background-color: #AA1A37;
}
.BgClassName
{
background-color: #AA1A37;
}
</style>
border-color css
<style>
span { border-color: #AA1A37; }
span { border-color: rgb(170,26,55); }
td.TdClassName
{
border-color: #AA1A37;
}
.TagClassName
{
border-color: #AA1A37;
}
</style>