Shades of Cardinal #AA1830
Tints of Cardinal #AA1830
RGB
CMYK
RGB Variations
Color information
#AA1830 (or 0xAA1830) is known color: Cardinal. HEX triplet: AA, 18 and 30. RGB value is (170,24,48). Sum of RGB (Red+Green+Blue) = 170+24+48=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1830 is #55E7CF. Grayscale: #464646. Windows color (decimal): -5629904 or 3152042. OLE color: 3152042.
HSL color Cylindrical-coordinate representation of color #AA1830: hue angle of 350.14º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1830 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 24 | 48 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.33 |
| HSL | 350.14º | 0.75% | 0.38% | - |
| HSV(B) | 350.14º | 0.86% | 0.67% | - |
| XYZ | 17.44 | 9.41 | 3.69 | - |
| YUV | 70.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 24 | 48 | 0 | 0.86 | 0.72 | 0.33 | 350.14 | 0.75 | 0.38 |
| Hex | AA | 18 | 30 | 0 | 56 | 48 | 21 | 15E | 4B | 26 |
| Octal | 252 | 30 | 60 | 0 | 126 | 110 | 41 | 536 | 113 | 46 |
| Binary | 10101010 | 11000 | 110000 | 0 | 1010110 | 1001000 | 100001 | 101011110 | 1001011 | 100110 |
Color Harmonies of #AA1830
Complementary color
Monochromatic Colors of #AA1830
Black with #AA1830
Text Example
Text Example
White with #AA1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1830; }
p { color: rgb(170,24,48); }
H1.HeaderClassName
{
color: #AA1830;
}
.AnyTagClassName
{
color: #AA1830;
}
</style>
background-color css
<style>
a { background-color: #AA1830; }
a { background-color: rgb(170,24,48); }
div.DivClassName
{
background-color: #AA1830;
}
.BgClassName
{
background-color: #AA1830;
}
</style>
border-color css
<style>
span { border-color: #AA1830; }
span { border-color: rgb(170,24,48); }
td.TdClassName
{
border-color: #AA1830;
}
.TagClassName
{
border-color: #AA1830;
}
</style>