Shades of Cardinal #AA132A
Tints of Cardinal #AA132A
RGB
CMYK
RGB Variations
Color information
#AA132A (or 0xAA132A) is known color: Cardinal. HEX triplet: AA, 13 and 2A. RGB value is (170,19,42). Sum of RGB (Red+Green+Blue) = 170+19+42=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA132A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA132A is #55ECD5. Grayscale: #424242. Windows color (decimal): -5631190 or 2757546. OLE color: 2757546.
HSL color Cylindrical-coordinate representation of color #AA132A: hue angle of 350.86º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA132A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 42 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.33 |
| HSL | 350.86º | 0.8% | 0.37% | - |
| HSV(B) | 350.86º | 0.89% | 0.67% | - |
| XYZ | 17.23 | 9.18 | 3.05 | - |
| YUV | 66.77 | 114.03 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 42 | 0 | 0.89 | 0.75 | 0.33 | 350.86 | 0.8 | 0.37 |
| Hex | AA | 13 | 2A | 0 | 59 | 4B | 21 | 15F | 50 | 25 |
| Octal | 252 | 23 | 52 | 0 | 131 | 113 | 41 | 537 | 120 | 45 |
| Binary | 10101010 | 10011 | 101010 | 0 | 1011001 | 1001011 | 100001 | 101011111 | 1010000 | 100101 |
Color Harmonies of #AA132A
Complementary color
Monochromatic Colors of #AA132A
Black with #AA132A
Text Example
Text Example
White with #AA132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA132A; }
p { color: rgb(170,19,42); }
H1.HeaderClassName
{
color: #AA132A;
}
.AnyTagClassName
{
color: #AA132A;
}
</style>
background-color css
<style>
a { background-color: #AA132A; }
a { background-color: rgb(170,19,42); }
div.DivClassName
{
background-color: #AA132A;
}
.BgClassName
{
background-color: #AA132A;
}
</style>
border-color css
<style>
span { border-color: #AA132A; }
span { border-color: rgb(170,19,42); }
td.TdClassName
{
border-color: #AA132A;
}
.TagClassName
{
border-color: #AA132A;
}
</style>