Shades of Cardinal #AA1136
Tints of Cardinal #AA1136
RGB
CMYK
RGB Variations
Color information
#AA1136 (or 0xAA1136) is known color: Cardinal. HEX triplet: AA, 11 and 36. RGB value is (170,17,54). Sum of RGB (Red+Green+Blue) = 170+17+54=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1136 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1136 is #55EEC9. Grayscale: #424242. Windows color (decimal): -5631690 or 3543466. OLE color: 3543466.
HSL color Cylindrical-coordinate representation of color #AA1136: hue angle of 345.49º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1136 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 54 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.33 |
| HSL | 345.49º | 0.82% | 0.37% | - |
| HSV(B) | 345.49º | 0.9% | 0.67% | - |
| XYZ | 17.44 | 9.21 | 4.35 | - |
| YUV | 66.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 54 | 0 | 0.9 | 0.68 | 0.33 | 345.49 | 0.82 | 0.37 |
| Hex | AA | 11 | 36 | 0 | 5A | 44 | 21 | 159 | 52 | 25 |
| Octal | 252 | 21 | 66 | 0 | 132 | 104 | 41 | 531 | 122 | 45 |
| Binary | 10101010 | 10001 | 110110 | 0 | 1011010 | 1000100 | 100001 | 101011001 | 1010010 | 100101 |
Color Harmonies of #AA1136
Complementary color
Monochromatic Colors of #AA1136
Black with #AA1136
Text Example
Text Example
White with #AA1136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1136; }
p { color: rgb(170,17,54); }
H1.HeaderClassName
{
color: #AA1136;
}
.AnyTagClassName
{
color: #AA1136;
}
</style>
background-color css
<style>
a { background-color: #AA1136; }
a { background-color: rgb(170,17,54); }
div.DivClassName
{
background-color: #AA1136;
}
.BgClassName
{
background-color: #AA1136;
}
</style>
border-color css
<style>
span { border-color: #AA1136; }
span { border-color: rgb(170,17,54); }
td.TdClassName
{
border-color: #AA1136;
}
.TagClassName
{
border-color: #AA1136;
}
</style>