Shades of Cardinal #AA1034
Tints of Cardinal #AA1034
RGB
CMYK
RGB Variations
Color information
#AA1034 (or 0xAA1034) is known color: Cardinal. HEX triplet: AA, 10 and 34. RGB value is (170,16,52). Sum of RGB (Red+Green+Blue) = 170+16+52=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1034 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1034 is #55EFCB. Grayscale: #424242. Windows color (decimal): -5631948 or 3412138. OLE color: 3412138.
HSL color Cylindrical-coordinate representation of color #AA1034: hue angle of 345.97º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA1034 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 52 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.33 |
| HSL | 345.97º | 0.83% | 0.36% | - |
| HSV(B) | 345.97º | 0.91% | 0.67% | - |
| XYZ | 17.38 | 9.16 | 4.1 | - |
| YUV | 66.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 52 | 0 | 0.91 | 0.69 | 0.33 | 345.97 | 0.83 | 0.36 |
| Hex | AA | 10 | 34 | 0 | 5B | 45 | 21 | 15A | 53 | 24 |
| Octal | 252 | 20 | 64 | 0 | 133 | 105 | 41 | 532 | 123 | 44 |
| Binary | 10101010 | 10000 | 110100 | 0 | 1011011 | 1000101 | 100001 | 101011010 | 1010011 | 100100 |
Color Harmonies of #AA1034
Complementary color
Monochromatic Colors of #AA1034
Black with #AA1034
Text Example
Text Example
White with #AA1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1034; }
p { color: rgb(170,16,52); }
H1.HeaderClassName
{
color: #AA1034;
}
.AnyTagClassName
{
color: #AA1034;
}
</style>
background-color css
<style>
a { background-color: #AA1034; }
a { background-color: rgb(170,16,52); }
div.DivClassName
{
background-color: #AA1034;
}
.BgClassName
{
background-color: #AA1034;
}
</style>
border-color css
<style>
span { border-color: #AA1034; }
span { border-color: rgb(170,16,52); }
td.TdClassName
{
border-color: #AA1034;
}
.TagClassName
{
border-color: #AA1034;
}
</style>