Shades of Cardinal #AA132B
Tints of Cardinal #AA132B
RGB
CMYK
RGB Variations
Color information
#AA132B (or 0xAA132B) is known color: Cardinal. HEX triplet: AA, 13 and 2B. RGB value is (170,19,43). Sum of RGB (Red+Green+Blue) = 170+19+43=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA132B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA132B is #55ECD4. Grayscale: #424242. Windows color (decimal): -5631189 or 2823082. OLE color: 2823082.
HSL color Cylindrical-coordinate representation of color #AA132B: hue angle of 350.46º 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 #AA132B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 43 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.33 |
| HSL | 350.46º | 0.8% | 0.37% | - |
| HSV(B) | 350.46º | 0.89% | 0.67% | - |
| XYZ | 17.25 | 9.19 | 3.15 | - |
| YUV | 66.89 | 114.53 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 43 | 0 | 0.89 | 0.75 | 0.33 | 350.46 | 0.8 | 0.37 |
| Hex | AA | 13 | 2B | 0 | 59 | 4B | 21 | 15E | 50 | 25 |
| Octal | 252 | 23 | 53 | 0 | 131 | 113 | 41 | 536 | 120 | 45 |
| Binary | 10101010 | 10011 | 101011 | 0 | 1011001 | 1001011 | 100001 | 101011110 | 1010000 | 100101 |
Color Harmonies of #AA132B
Complementary color
Monochromatic Colors of #AA132B
Black with #AA132B
Text Example
Text Example
White with #AA132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA132B; }
p { color: rgb(170,19,43); }
H1.HeaderClassName
{
color: #AA132B;
}
.AnyTagClassName
{
color: #AA132B;
}
</style>
background-color css
<style>
a { background-color: #AA132B; }
a { background-color: rgb(170,19,43); }
div.DivClassName
{
background-color: #AA132B;
}
.BgClassName
{
background-color: #AA132B;
}
</style>
border-color css
<style>
span { border-color: #AA132B; }
span { border-color: rgb(170,19,43); }
td.TdClassName
{
border-color: #AA132B;
}
.TagClassName
{
border-color: #AA132B;
}
</style>