Shades of Cardinal #AA243A
Tints of Cardinal #AA243A
RGB
CMYK
RGB Variations
Color information
#AA243A (or 0xAA243A) is known color: Cardinal. HEX triplet: AA, 24 and 3A. RGB value is (170,36,58). Sum of RGB (Red+Green+Blue) = 170+36+58=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA243A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA243A is #55DBC5. Grayscale: #4E4E4E. Windows color (decimal): -5626822 or 3810474. OLE color: 3810474.
HSL color Cylindrical-coordinate representation of color #AA243A: hue angle of 350.15º 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 #AA243A is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 58 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.33 |
| HSL | 350.15º | 0.65% | 0.4% | - |
| HSV(B) | 350.15º | 0.79% | 0.67% | - |
| XYZ | 17.97 | 10.11 | 5.01 | - |
| YUV | 78.57 | 116.39 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 58 | 0 | 0.79 | 0.66 | 0.33 | 350.15 | 0.65 | 0.4 |
| Hex | AA | 24 | 3A | 0 | 4F | 42 | 21 | 15E | 41 | 28 |
| Octal | 252 | 44 | 72 | 0 | 117 | 102 | 41 | 536 | 101 | 50 |
| Binary | 10101010 | 100100 | 111010 | 0 | 1001111 | 1000010 | 100001 | 101011110 | 1000001 | 101000 |
Color Harmonies of #AA243A
Complementary color
Monochromatic Colors of #AA243A
Black with #AA243A
Text Example
Text Example
White with #AA243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA243A; }
p { color: rgb(170,36,58); }
H1.HeaderClassName
{
color: #AA243A;
}
.AnyTagClassName
{
color: #AA243A;
}
</style>
background-color css
<style>
a { background-color: #AA243A; }
a { background-color: rgb(170,36,58); }
div.DivClassName
{
background-color: #AA243A;
}
.BgClassName
{
background-color: #AA243A;
}
</style>
border-color css
<style>
span { border-color: #AA243A; }
span { border-color: rgb(170,36,58); }
td.TdClassName
{
border-color: #AA243A;
}
.TagClassName
{
border-color: #AA243A;
}
</style>