Shades of Cardinal #AA132D
Tints of Cardinal #AA132D
RGB
CMYK
RGB Variations
Color information
#AA132D (or 0xAA132D) is known color: Cardinal. HEX triplet: AA, 13 and 2D. RGB value is (170,19,45). Sum of RGB (Red+Green+Blue) = 170+19+45=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA132D is #55ECD2. Grayscale: #434343. Windows color (decimal): -5631187 or 2954154. OLE color: 2954154.
HSL color Cylindrical-coordinate representation of color #AA132D: hue angle of 349.67º 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 #AA132D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 45 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.33 |
| HSL | 349.67º | 0.8% | 0.37% | - |
| HSV(B) | 349.67º | 0.89% | 0.67% | - |
| XYZ | 17.28 | 9.2 | 3.35 | - |
| YUV | 67.11 | 115.53 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 45 | 0 | 0.89 | 0.74 | 0.33 | 349.67 | 0.8 | 0.37 |
| Hex | AA | 13 | 2D | 0 | 59 | 4A | 21 | 15E | 50 | 25 |
| Octal | 252 | 23 | 55 | 0 | 131 | 112 | 41 | 536 | 120 | 45 |
| Binary | 10101010 | 10011 | 101101 | 0 | 1011001 | 1001010 | 100001 | 101011110 | 1010000 | 100101 |
Color Harmonies of #AA132D
Complementary color
Monochromatic Colors of #AA132D
Black with #AA132D
Text Example
Text Example
White with #AA132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA132D; }
p { color: rgb(170,19,45); }
H1.HeaderClassName
{
color: #AA132D;
}
.AnyTagClassName
{
color: #AA132D;
}
</style>
background-color css
<style>
a { background-color: #AA132D; }
a { background-color: rgb(170,19,45); }
div.DivClassName
{
background-color: #AA132D;
}
.BgClassName
{
background-color: #AA132D;
}
</style>
border-color css
<style>
span { border-color: #AA132D; }
span { border-color: rgb(170,19,45); }
td.TdClassName
{
border-color: #AA132D;
}
.TagClassName
{
border-color: #AA132D;
}
</style>