Shades of Cardinal #AA1030
Tints of Cardinal #AA1030
RGB
CMYK
RGB Variations
Color information
#AA1030 (or 0xAA1030) is known color: Cardinal. HEX triplet: AA, 10 and 30. RGB value is (170,16,48). Sum of RGB (Red+Green+Blue) = 170+16+48=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1030 is #55EFCF. Grayscale: #414141. Windows color (decimal): -5631952 or 3149994. OLE color: 3149994.
HSL color Cylindrical-coordinate representation of color #AA1030: hue angle of 347.53º 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 #AA1030 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 48 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.33 |
| HSL | 347.53º | 0.83% | 0.36% | - |
| HSV(B) | 347.53º | 0.91% | 0.67% | - |
| XYZ | 17.3 | 9.13 | 3.65 | - |
| YUV | 65.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 48 | 0 | 0.91 | 0.72 | 0.33 | 347.53 | 0.83 | 0.36 |
| Hex | AA | 10 | 30 | 0 | 5B | 48 | 21 | 15C | 53 | 24 |
| Octal | 252 | 20 | 60 | 0 | 133 | 110 | 41 | 534 | 123 | 44 |
| Binary | 10101010 | 10000 | 110000 | 0 | 1011011 | 1001000 | 100001 | 101011100 | 1010011 | 100100 |
Color Harmonies of #AA1030
Complementary color
Monochromatic Colors of #AA1030
Black with #AA1030
Text Example
Text Example
White with #AA1030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1030; }
p { color: rgb(170,16,48); }
H1.HeaderClassName
{
color: #AA1030;
}
.AnyTagClassName
{
color: #AA1030;
}
</style>
background-color css
<style>
a { background-color: #AA1030; }
a { background-color: rgb(170,16,48); }
div.DivClassName
{
background-color: #AA1030;
}
.BgClassName
{
background-color: #AA1030;
}
</style>
border-color css
<style>
span { border-color: #AA1030; }
span { border-color: rgb(170,16,48); }
td.TdClassName
{
border-color: #AA1030;
}
.TagClassName
{
border-color: #AA1030;
}
</style>