Shades of Cardinal #AA2138
Tints of Cardinal #AA2138
RGB
CMYK
RGB Variations
Color information
#AA2138 (or 0xAA2138) is known color: Cardinal. HEX triplet: AA, 21 and 38. RGB value is (170,33,56). Sum of RGB (Red+Green+Blue) = 170+33+56=259 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.64% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2138 is #55DEC7. Grayscale: #4C4C4C. Windows color (decimal): -5627592 or 3678634. OLE color: 3678634.
HSL color Cylindrical-coordinate representation of color #AA2138: hue angle of 349.93º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2138 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 56 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.33 |
| HSL | 349.93º | 0.67% | 0.4% | - |
| HSV(B) | 349.93º | 0.81% | 0.67% | - |
| XYZ | 17.84 | 9.92 | 4.72 | - |
| YUV | 76.59 | 116.39 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 56 | 0 | 0.81 | 0.67 | 0.33 | 349.93 | 0.67 | 0.4 |
| Hex | AA | 21 | 38 | 0 | 51 | 43 | 21 | 15E | 43 | 28 |
| Octal | 252 | 41 | 70 | 0 | 121 | 103 | 41 | 536 | 103 | 50 |
| Binary | 10101010 | 100001 | 111000 | 0 | 1010001 | 1000011 | 100001 | 101011110 | 1000011 | 101000 |
Color Harmonies of #AA2138
Complementary color
Monochromatic Colors of #AA2138
Black with #AA2138
Text Example
Text Example
White with #AA2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2138; }
p { color: rgb(170,33,56); }
H1.HeaderClassName
{
color: #AA2138;
}
.AnyTagClassName
{
color: #AA2138;
}
</style>
background-color css
<style>
a { background-color: #AA2138; }
a { background-color: rgb(170,33,56); }
div.DivClassName
{
background-color: #AA2138;
}
.BgClassName
{
background-color: #AA2138;
}
</style>
border-color css
<style>
span { border-color: #AA2138; }
span { border-color: rgb(170,33,56); }
td.TdClassName
{
border-color: #AA2138;
}
.TagClassName
{
border-color: #AA2138;
}
</style>