Shades of Cardinal #AA223F
Tints of Cardinal #AA223F
RGB
CMYK
RGB Variations
Color information
#AA223F (or 0xAA223F) is known color: Cardinal. HEX triplet: AA, 22 and 3F. RGB value is (170,34,63). Sum of RGB (Red+Green+Blue) = 170+34+63=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA223F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA223F is #55DDC0. Grayscale: #4D4D4D. Windows color (decimal): -5627329 or 4137642. OLE color: 4137642.
HSL color Cylindrical-coordinate representation of color #AA223F: hue angle of 347.21º 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 #AA223F is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 34 | 63 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.33 |
| HSL | 347.21º | 0.67% | 0.4% | - |
| HSV(B) | 347.21º | 0.8% | 0.67% | - |
| XYZ | 18.05 | 10.05 | 5.69 | - |
| YUV | 77.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 34 | 63 | 0 | 0.80 | 0.63 | 0.33 | 347.21 | 0.67 | 0.4 |
| Hex | AA | 22 | 3F | 0 | 50 | 3F | 21 | 15B | 43 | 28 |
| Octal | 252 | 42 | 77 | 0 | 120 | 77 | 41 | 533 | 103 | 50 |
| Binary | 10101010 | 100010 | 111111 | 0 | 1010000 | 111111 | 100001 | 101011011 | 1000011 | 101000 |
Color Harmonies of #AA223F
Complementary color
Monochromatic Colors of #AA223F
Black with #AA223F
Text Example
Text Example
White with #AA223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA223F; }
p { color: rgb(170,34,63); }
H1.HeaderClassName
{
color: #AA223F;
}
.AnyTagClassName
{
color: #AA223F;
}
</style>
background-color css
<style>
a { background-color: #AA223F; }
a { background-color: rgb(170,34,63); }
div.DivClassName
{
background-color: #AA223F;
}
.BgClassName
{
background-color: #AA223F;
}
</style>
border-color css
<style>
span { border-color: #AA223F; }
span { border-color: rgb(170,34,63); }
td.TdClassName
{
border-color: #AA223F;
}
.TagClassName
{
border-color: #AA223F;
}
</style>