Shades of Cardinal #AA243C
Tints of Cardinal #AA243C
RGB
CMYK
RGB Variations
Color information
#AA243C (or 0xAA243C) is known color: Cardinal. HEX triplet: AA, 24 and 3C. RGB value is (170,36,60). Sum of RGB (Red+Green+Blue) = 170+36+60=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA243C is #55DBC3. Grayscale: #4E4E4E. Windows color (decimal): -5626820 or 3941546. OLE color: 3941546.
HSL color Cylindrical-coordinate representation of color #AA243C: hue angle of 349.25º 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 #AA243C is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 36 | 60 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.33 |
| HSL | 349.25º | 0.65% | 0.4% | - |
| HSV(B) | 349.25º | 0.79% | 0.67% | - |
| XYZ | 18.02 | 10.13 | 5.28 | - |
| YUV | 78.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 36 | 60 | 0 | 0.79 | 0.65 | 0.33 | 349.25 | 0.65 | 0.4 |
| Hex | AA | 24 | 3C | 0 | 4F | 41 | 21 | 15D | 41 | 28 |
| Octal | 252 | 44 | 74 | 0 | 117 | 101 | 41 | 535 | 101 | 50 |
| Binary | 10101010 | 100100 | 111100 | 0 | 1001111 | 1000001 | 100001 | 101011101 | 1000001 | 101000 |
Color Harmonies of #AA243C
Complementary color
Monochromatic Colors of #AA243C
Black with #AA243C
Text Example
Text Example
White with #AA243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA243C; }
p { color: rgb(170,36,60); }
H1.HeaderClassName
{
color: #AA243C;
}
.AnyTagClassName
{
color: #AA243C;
}
</style>
background-color css
<style>
a { background-color: #AA243C; }
a { background-color: rgb(170,36,60); }
div.DivClassName
{
background-color: #AA243C;
}
.BgClassName
{
background-color: #AA243C;
}
</style>
border-color css
<style>
span { border-color: #AA243C; }
span { border-color: rgb(170,36,60); }
td.TdClassName
{
border-color: #AA243C;
}
.TagClassName
{
border-color: #AA243C;
}
</style>