Shades of Cardinal #AA2141
Tints of Cardinal #AA2141
RGB
CMYK
RGB Variations
Color information
#AA2141 (or 0xAA2141) is known color: Cardinal. HEX triplet: AA, 21 and 41. RGB value is (170,33,65). Sum of RGB (Red+Green+Blue) = 170+33+65=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2141 is #55DEBE. Grayscale: #4D4D4D. Windows color (decimal): -5627583 or 4268458. OLE color: 4268458.
HSL color Cylindrical-coordinate representation of color #AA2141: hue angle of 345.99º 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 #AA2141 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 33 | 65 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.33 |
| HSL | 345.99º | 0.67% | 0.4% | - |
| HSV(B) | 345.99º | 0.81% | 0.67% | - |
| XYZ | 18.08 | 10.02 | 5.98 | - |
| YUV | 77.61 | 120.89 | 193.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 33 | 65 | 0 | 0.81 | 0.62 | 0.33 | 345.99 | 0.67 | 0.4 |
| Hex | AA | 21 | 41 | 0 | 51 | 3E | 21 | 15A | 43 | 28 |
| Octal | 252 | 41 | 101 | 0 | 121 | 76 | 41 | 532 | 103 | 50 |
| Binary | 10101010 | 100001 | 1000001 | 0 | 1010001 | 111110 | 100001 | 101011010 | 1000011 | 101000 |
Color Harmonies of #AA2141
Complementary color
Monochromatic Colors of #AA2141
Black with #AA2141
Text Example
Text Example
White with #AA2141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA2141; }
p { color: rgb(170,33,65); }
H1.HeaderClassName
{
color: #AA2141;
}
.AnyTagClassName
{
color: #AA2141;
}
</style>
background-color css
<style>
a { background-color: #AA2141; }
a { background-color: rgb(170,33,65); }
div.DivClassName
{
background-color: #AA2141;
}
.BgClassName
{
background-color: #AA2141;
}
</style>
border-color css
<style>
span { border-color: #AA2141; }
span { border-color: rgb(170,33,65); }
td.TdClassName
{
border-color: #AA2141;
}
.TagClassName
{
border-color: #AA2141;
}
</style>