Shades of Cardinal #AA1438
Tints of Cardinal #AA1438
RGB
CMYK
RGB Variations
Color information
#AA1438 (or 0xAA1438) is known color: Cardinal. HEX triplet: AA, 14 and 38. RGB value is (170,20,56). Sum of RGB (Red+Green+Blue) = 170+20+56=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1438 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1438 is #55EBC7. Grayscale: #444444. Windows color (decimal): -5630920 or 3675306. OLE color: 3675306.
HSL color Cylindrical-coordinate representation of color #AA1438: hue angle of 345.6º 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 #AA1438 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 56 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.33 |
| HSL | 345.6º | 0.79% | 0.37% | - |
| HSV(B) | 345.6º | 0.88% | 0.67% | - |
| XYZ | 17.54 | 9.33 | 4.62 | - |
| YUV | 68.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 56 | 0 | 0.88 | 0.67 | 0.33 | 345.6 | 0.79 | 0.37 |
| Hex | AA | 14 | 38 | 0 | 58 | 43 | 21 | 15A | 4F | 25 |
| Octal | 252 | 24 | 70 | 0 | 130 | 103 | 41 | 532 | 117 | 45 |
| Binary | 10101010 | 10100 | 111000 | 0 | 1011000 | 1000011 | 100001 | 101011010 | 1001111 | 100101 |
Color Harmonies of #AA1438
Complementary color
Monochromatic Colors of #AA1438
Black with #AA1438
Text Example
Text Example
White with #AA1438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1438; }
p { color: rgb(170,20,56); }
H1.HeaderClassName
{
color: #AA1438;
}
.AnyTagClassName
{
color: #AA1438;
}
</style>
background-color css
<style>
a { background-color: #AA1438; }
a { background-color: rgb(170,20,56); }
div.DivClassName
{
background-color: #AA1438;
}
.BgClassName
{
background-color: #AA1438;
}
</style>
border-color css
<style>
span { border-color: #AA1438; }
span { border-color: rgb(170,20,56); }
td.TdClassName
{
border-color: #AA1438;
}
.TagClassName
{
border-color: #AA1438;
}
</style>