Shades of Cardinal #AA1235
Tints of Cardinal #AA1235
RGB
CMYK
RGB Variations
Color information
#AA1235 (or 0xAA1235) is known color: Cardinal. HEX triplet: AA, 12 and 35. RGB value is (170,18,53). Sum of RGB (Red+Green+Blue) = 170+18+53=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1235 is #55EDCA. Grayscale: #434343. Windows color (decimal): -5631435 or 3478186. OLE color: 3478186.
HSL color Cylindrical-coordinate representation of color #AA1235: hue angle of 346.18º 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 #AA1235 is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 18 | 53 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.33 |
| HSL | 346.18º | 0.81% | 0.37% | - |
| HSV(B) | 346.18º | 0.89% | 0.67% | - |
| XYZ | 17.44 | 9.24 | 4.23 | - |
| YUV | 67.44 | 119.86 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 18 | 53 | 0 | 0.89 | 0.69 | 0.33 | 346.18 | 0.81 | 0.37 |
| Hex | AA | 12 | 35 | 0 | 59 | 45 | 21 | 15A | 51 | 25 |
| Octal | 252 | 22 | 65 | 0 | 131 | 105 | 41 | 532 | 121 | 45 |
| Binary | 10101010 | 10010 | 110101 | 0 | 1011001 | 1000101 | 100001 | 101011010 | 1010001 | 100101 |
Color Harmonies of #AA1235
Complementary color
Monochromatic Colors of #AA1235
Black with #AA1235
Text Example
Text Example
White with #AA1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1235; }
p { color: rgb(170,18,53); }
H1.HeaderClassName
{
color: #AA1235;
}
.AnyTagClassName
{
color: #AA1235;
}
</style>
background-color css
<style>
a { background-color: #AA1235; }
a { background-color: rgb(170,18,53); }
div.DivClassName
{
background-color: #AA1235;
}
.BgClassName
{
background-color: #AA1235;
}
</style>
border-color css
<style>
span { border-color: #AA1235; }
span { border-color: rgb(170,18,53); }
td.TdClassName
{
border-color: #AA1235;
}
.TagClassName
{
border-color: #AA1235;
}
</style>