Shades of Cardinal #AA1137
Tints of Cardinal #AA1137
RGB
CMYK
RGB Variations
Color information
#AA1137 (or 0xAA1137) is known color: Cardinal. HEX triplet: AA, 11 and 37. RGB value is (170,17,55). Sum of RGB (Red+Green+Blue) = 170+17+55=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1137 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1137 is #55EEC8. Grayscale: #434343. Windows color (decimal): -5631689 or 3609002. OLE color: 3609002.
HSL color Cylindrical-coordinate representation of color #AA1137: hue angle of 345.1º 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 #AA1137 is Cyan = 0, Magento = 0.9, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 55 | - |
| CMYK | 0 | 0.9 | 0.68 | 0.33 |
| HSL | 345.1º | 0.82% | 0.37% | - |
| HSV(B) | 345.1º | 0.9% | 0.67% | - |
| XYZ | 17.47 | 9.22 | 4.47 | - |
| YUV | 67.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 55 | 0 | 0.9 | 0.68 | 0.33 | 345.1 | 0.82 | 0.37 |
| Hex | AA | 11 | 37 | 0 | 5A | 44 | 21 | 159 | 52 | 25 |
| Octal | 252 | 21 | 67 | 0 | 132 | 104 | 41 | 531 | 122 | 45 |
| Binary | 10101010 | 10001 | 110111 | 0 | 1011010 | 1000100 | 100001 | 101011001 | 1010010 | 100101 |
Color Harmonies of #AA1137
Complementary color
Monochromatic Colors of #AA1137
Black with #AA1137
Text Example
Text Example
White with #AA1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1137; }
p { color: rgb(170,17,55); }
H1.HeaderClassName
{
color: #AA1137;
}
.AnyTagClassName
{
color: #AA1137;
}
</style>
background-color css
<style>
a { background-color: #AA1137; }
a { background-color: rgb(170,17,55); }
div.DivClassName
{
background-color: #AA1137;
}
.BgClassName
{
background-color: #AA1137;
}
</style>
border-color css
<style>
span { border-color: #AA1137; }
span { border-color: rgb(170,17,55); }
td.TdClassName
{
border-color: #AA1137;
}
.TagClassName
{
border-color: #AA1137;
}
</style>