Shades of Cardinal #AA122F
Tints of Cardinal #AA122F
RGB
CMYK
RGB Variations
Color information
#AA122F (or 0xAA122F) is known color: Cardinal. HEX triplet: AA, 12 and 2F. RGB value is (170,18,47). Sum of RGB (Red+Green+Blue) = 170+18+47=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA122F is #55EDD0. Grayscale: #424242. Windows color (decimal): -5631441 or 3084970. OLE color: 3084970.
HSL color Cylindrical-coordinate representation of color #AA122F: hue angle of 348.55º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA122F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 47 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.33 |
| HSL | 348.55º | 0.81% | 0.37% | - |
| HSV(B) | 348.55º | 0.89% | 0.67% | - |
| XYZ | 17.31 | 9.18 | 3.55 | - |
| YUV | 66.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 47 | 0 | 0.89 | 0.72 | 0.33 | 348.55 | 0.81 | 0.37 |
| Hex | AA | 12 | 2F | 0 | 59 | 48 | 21 | 15D | 51 | 25 |
| Octal | 252 | 22 | 57 | 0 | 131 | 110 | 41 | 535 | 121 | 45 |
| Binary | 10101010 | 10010 | 101111 | 0 | 1011001 | 1001000 | 100001 | 101011101 | 1010001 | 100101 |
Color Harmonies of #AA122F
Complementary color
Monochromatic Colors of #AA122F
Black with #AA122F
Text Example
Text Example
White with #AA122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA122F; }
p { color: rgb(170,18,47); }
H1.HeaderClassName
{
color: #AA122F;
}
.AnyTagClassName
{
color: #AA122F;
}
</style>
background-color css
<style>
a { background-color: #AA122F; }
a { background-color: rgb(170,18,47); }
div.DivClassName
{
background-color: #AA122F;
}
.BgClassName
{
background-color: #AA122F;
}
</style>
border-color css
<style>
span { border-color: #AA122F; }
span { border-color: rgb(170,18,47); }
td.TdClassName
{
border-color: #AA122F;
}
.TagClassName
{
border-color: #AA122F;
}
</style>