Shades of Cardinal #AA1639
Tints of Cardinal #AA1639
RGB
CMYK
RGB Variations
Color information
#AA1639 (or 0xAA1639) is known color: Cardinal. HEX triplet: AA, 16 and 39. RGB value is (170,22,57). Sum of RGB (Red+Green+Blue) = 170+22+57=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 57 (22.66% from 255 or 22.89% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1639 is #55E9C6. Grayscale: #464646. Windows color (decimal): -5630407 or 3741354. OLE color: 3741354.
HSL color Cylindrical-coordinate representation of color #AA1639: hue angle of 345.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1639 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 22 | 57 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.33 |
| HSL | 345.81º | 0.77% | 0.38% | - |
| HSV(B) | 345.81º | 0.87% | 0.67% | - |
| XYZ | 17.6 | 9.42 | 4.76 | - |
| YUV | 70.24 | 120.53 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 22 | 57 | 0 | 0.87 | 0.66 | 0.33 | 345.81 | 0.77 | 0.38 |
| Hex | AA | 16 | 39 | 0 | 57 | 42 | 21 | 15A | 4D | 26 |
| Octal | 252 | 26 | 71 | 0 | 127 | 102 | 41 | 532 | 115 | 46 |
| Binary | 10101010 | 10110 | 111001 | 0 | 1010111 | 1000010 | 100001 | 101011010 | 1001101 | 100110 |
Color Harmonies of #AA1639
Complementary color
Monochromatic Colors of #AA1639
Black with #AA1639
Text Example
Text Example
White with #AA1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1639; }
p { color: rgb(170,22,57); }
H1.HeaderClassName
{
color: #AA1639;
}
.AnyTagClassName
{
color: #AA1639;
}
</style>
background-color css
<style>
a { background-color: #AA1639; }
a { background-color: rgb(170,22,57); }
div.DivClassName
{
background-color: #AA1639;
}
.BgClassName
{
background-color: #AA1639;
}
</style>
border-color css
<style>
span { border-color: #AA1639; }
span { border-color: rgb(170,22,57); }
td.TdClassName
{
border-color: #AA1639;
}
.TagClassName
{
border-color: #AA1639;
}
</style>