Shades of Cardinal #AA1243
Tints of Cardinal #AA1243
RGB
CMYK
RGB Variations
Color information
#AA1243 (or 0xAA1243) is known color: Cardinal. HEX triplet: AA, 12 and 43. RGB value is (170,18,67). Sum of RGB (Red+Green+Blue) = 170+18+67=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 67 (26.56% from 255 or 26.27% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1243 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1243 is #55EDBC. Grayscale: #444444. Windows color (decimal): -5631421 or 4395690. OLE color: 4395690.
HSL color Cylindrical-coordinate representation of color #AA1243: hue angle of 340.66º 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 #AA1243 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 67 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.33 |
| HSL | 340.66º | 0.81% | 0.37% | - |
| HSV(B) | 340.66º | 0.89% | 0.67% | - |
| XYZ | 17.81 | 9.38 | 6.18 | - |
| YUV | 69.03 | 126.86 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 67 | 0 | 0.89 | 0.61 | 0.33 | 340.66 | 0.81 | 0.37 |
| Hex | AA | 12 | 43 | 0 | 59 | 3D | 21 | 155 | 51 | 25 |
| Octal | 252 | 22 | 103 | 0 | 131 | 75 | 41 | 525 | 121 | 45 |
| Binary | 10101010 | 10010 | 1000011 | 0 | 1011001 | 111101 | 100001 | 101010101 | 1010001 | 100101 |
Color Harmonies of #AA1243
Complementary color
Monochromatic Colors of #AA1243
Black with #AA1243
Text Example
Text Example
White with #AA1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1243; }
p { color: rgb(170,18,67); }
H1.HeaderClassName
{
color: #AA1243;
}
.AnyTagClassName
{
color: #AA1243;
}
</style>
background-color css
<style>
a { background-color: #AA1243; }
a { background-color: rgb(170,18,67); }
div.DivClassName
{
background-color: #AA1243;
}
.BgClassName
{
background-color: #AA1243;
}
</style>
border-color css
<style>
span { border-color: #AA1243; }
span { border-color: rgb(170,18,67); }
td.TdClassName
{
border-color: #AA1243;
}
.TagClassName
{
border-color: #AA1243;
}
</style>