Shades of Cardinal #AA223C
Tints of Cardinal #AA223C
RGB
CMYK
RGB Variations
Color information
#AA223C (or 0xAA223C) is known color: Cardinal. HEX triplet: AA, 22 and 3C. RGB value is (170,34,60). Sum of RGB (Red+Green+Blue) = 170+34+60=264 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.39% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 170 - color contains mainly: red. Hex color #AA223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA223C is #55DDC3. Grayscale: #4D4D4D. Windows color (decimal): -5627332 or 3941034. OLE color: 3941034.
HSL color Cylindrical-coordinate representation of color #AA223C: hue angle of 348.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA223C is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 60 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.33 |
| HSL | 348.53º | 0.67% | 0.4% | - |
| HSV(B) | 348.53º | 0.8% | 0.67% | - |
| XYZ | 17.97 | 10.02 | 5.26 | - |
| YUV | 77.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 60 | 0 | 0.80 | 0.65 | 0.33 | 348.53 | 0.67 | 0.4 |
| Hex | AA | 22 | 3C | 0 | 50 | 41 | 21 | 15D | 43 | 28 |
| Octal | 252 | 42 | 74 | 0 | 120 | 101 | 41 | 535 | 103 | 50 |
| Binary | 10101010 | 100010 | 111100 | 0 | 1010000 | 1000001 | 100001 | 101011101 | 1000011 | 101000 |
Color Harmonies of #AA223C
Complementary color
Monochromatic Colors of #AA223C
Black with #AA223C
Text Example
Text Example
White with #AA223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA223C; }
p { color: rgb(170,34,60); }
H1.HeaderClassName
{
color: #AA223C;
}
.AnyTagClassName
{
color: #AA223C;
}
</style>
background-color css
<style>
a { background-color: #AA223C; }
a { background-color: rgb(170,34,60); }
div.DivClassName
{
background-color: #AA223C;
}
.BgClassName
{
background-color: #AA223C;
}
</style>
border-color css
<style>
span { border-color: #AA223C; }
span { border-color: rgb(170,34,60); }
td.TdClassName
{
border-color: #AA223C;
}
.TagClassName
{
border-color: #AA223C;
}
</style>