Shades of Cardinal #AA243E
Tints of Cardinal #AA243E
RGB
CMYK
RGB Variations
Color information
#AA243E (or 0xAA243E) is known color: Cardinal. HEX triplet: AA, 24 and 3E. RGB value is (170,36,62). Sum of RGB (Red+Green+Blue) = 170+36+62=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA243E is #55DBC1. Grayscale: #4F4F4F. Windows color (decimal): -5626818 or 4072618. OLE color: 4072618.
HSL color Cylindrical-coordinate representation of color #AA243E: hue angle of 348.36º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA243E is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 62 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.33 |
| HSL | 348.36º | 0.65% | 0.4% | - |
| HSV(B) | 348.36º | 0.79% | 0.67% | - |
| XYZ | 18.08 | 10.16 | 5.56 | - |
| YUV | 79.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 62 | 0 | 0.79 | 0.64 | 0.33 | 348.36 | 0.65 | 0.4 |
| Hex | AA | 24 | 3E | 0 | 4F | 40 | 21 | 15C | 41 | 28 |
| Octal | 252 | 44 | 76 | 0 | 117 | 100 | 41 | 534 | 101 | 50 |
| Binary | 10101010 | 100100 | 111110 | 0 | 1001111 | 1000000 | 100001 | 101011100 | 1000001 | 101000 |
Color Harmonies of #AA243E
Complementary color
Monochromatic Colors of #AA243E
Black with #AA243E
Text Example
Text Example
White with #AA243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA243E; }
p { color: rgb(170,36,62); }
H1.HeaderClassName
{
color: #AA243E;
}
.AnyTagClassName
{
color: #AA243E;
}
</style>
background-color css
<style>
a { background-color: #AA243E; }
a { background-color: rgb(170,36,62); }
div.DivClassName
{
background-color: #AA243E;
}
.BgClassName
{
background-color: #AA243E;
}
</style>
border-color css
<style>
span { border-color: #AA243E; }
span { border-color: rgb(170,36,62); }
td.TdClassName
{
border-color: #AA243E;
}
.TagClassName
{
border-color: #AA243E;
}
</style>