Shades of Cardinal #AA1437
Tints of Cardinal #AA1437
RGB
CMYK
RGB Variations
Color information
#AA1437 (or 0xAA1437) is known color: Cardinal. HEX triplet: AA, 14 and 37. RGB value is (170,20,55). Sum of RGB (Red+Green+Blue) = 170+20+55=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1437 is #55EBC8. Grayscale: #444444. Windows color (decimal): -5630921 or 3609770. OLE color: 3609770.
HSL color Cylindrical-coordinate representation of color #AA1437: hue angle of 346º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1437 is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 55 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.33 |
| HSL | 346º | 0.79% | 0.37% | - |
| HSV(B) | 346º | 0.88% | 0.67% | - |
| XYZ | 17.52 | 9.32 | 4.49 | - |
| YUV | 68.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 55 | 0 | 0.88 | 0.68 | 0.33 | 346 | 0.79 | 0.37 |
| Hex | AA | 14 | 37 | 0 | 58 | 44 | 21 | 15A | 4F | 25 |
| Octal | 252 | 24 | 67 | 0 | 130 | 104 | 41 | 532 | 117 | 45 |
| Binary | 10101010 | 10100 | 110111 | 0 | 1011000 | 1000100 | 100001 | 101011010 | 1001111 | 100101 |
Color Harmonies of #AA1437
Complementary color
Monochromatic Colors of #AA1437
Black with #AA1437
Text Example
Text Example
White with #AA1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1437; }
p { color: rgb(170,20,55); }
H1.HeaderClassName
{
color: #AA1437;
}
.AnyTagClassName
{
color: #AA1437;
}
</style>
background-color css
<style>
a { background-color: #AA1437; }
a { background-color: rgb(170,20,55); }
div.DivClassName
{
background-color: #AA1437;
}
.BgClassName
{
background-color: #AA1437;
}
</style>
border-color css
<style>
span { border-color: #AA1437; }
span { border-color: rgb(170,20,55); }
td.TdClassName
{
border-color: #AA1437;
}
.TagClassName
{
border-color: #AA1437;
}
</style>