Shades of Cardinal #AA1439
Tints of Cardinal #AA1439
RGB
CMYK
RGB Variations
Color information
#AA1439 (or 0xAA1439) is known color: Cardinal. HEX triplet: AA, 14 and 39. RGB value is (170,20,57). Sum of RGB (Red+Green+Blue) = 170+20+57=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1439 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1439 is #55EBC6. Grayscale: #454545. Windows color (decimal): -5630919 or 3740842. OLE color: 3740842.
HSL color Cylindrical-coordinate representation of color #AA1439: hue angle of 345.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AA1439 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 57 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.33 |
| HSL | 345.2º | 0.79% | 0.37% | - |
| HSV(B) | 345.2º | 0.88% | 0.67% | - |
| XYZ | 17.57 | 9.34 | 4.75 | - |
| YUV | 69.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 57 | 0 | 0.88 | 0.66 | 0.33 | 345.2 | 0.79 | 0.37 |
| Hex | AA | 14 | 39 | 0 | 58 | 42 | 21 | 159 | 4F | 25 |
| Octal | 252 | 24 | 71 | 0 | 130 | 102 | 41 | 531 | 117 | 45 |
| Binary | 10101010 | 10100 | 111001 | 0 | 1011000 | 1000010 | 100001 | 101011001 | 1001111 | 100101 |
Color Harmonies of #AA1439
Complementary color
Monochromatic Colors of #AA1439
Black with #AA1439
Text Example
Text Example
White with #AA1439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1439; }
p { color: rgb(170,20,57); }
H1.HeaderClassName
{
color: #AA1439;
}
.AnyTagClassName
{
color: #AA1439;
}
</style>
background-color css
<style>
a { background-color: #AA1439; }
a { background-color: rgb(170,20,57); }
div.DivClassName
{
background-color: #AA1439;
}
.BgClassName
{
background-color: #AA1439;
}
</style>
border-color css
<style>
span { border-color: #AA1439; }
span { border-color: rgb(170,20,57); }
td.TdClassName
{
border-color: #AA1439;
}
.TagClassName
{
border-color: #AA1439;
}
</style>