Shades of Cardinal #AA133F
Tints of Cardinal #AA133F
RGB
CMYK
RGB Variations
Color information
#AA133F (or 0xAA133F) is known color: Cardinal. HEX triplet: AA, 13 and 3F. RGB value is (170,19,63). Sum of RGB (Red+Green+Blue) = 170+19+63=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA133F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA133F is #55ECC0. Grayscale: #454545. Windows color (decimal): -5631169 or 4133802. OLE color: 4133802.
HSL color Cylindrical-coordinate representation of color #AA133F: hue angle of 342.52º 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 #AA133F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 19 | 63 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.33 |
| HSL | 342.52º | 0.8% | 0.37% | - |
| HSV(B) | 342.52º | 0.89% | 0.67% | - |
| XYZ | 17.71 | 9.37 | 5.58 | - |
| YUV | 69.17 | 124.53 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 19 | 63 | 0 | 0.89 | 0.63 | 0.33 | 342.52 | 0.8 | 0.37 |
| Hex | AA | 13 | 3F | 0 | 59 | 3F | 21 | 157 | 50 | 25 |
| Octal | 252 | 23 | 77 | 0 | 131 | 77 | 41 | 527 | 120 | 45 |
| Binary | 10101010 | 10011 | 111111 | 0 | 1011001 | 111111 | 100001 | 101010111 | 1010000 | 100101 |
Color Harmonies of #AA133F
Complementary color
Monochromatic Colors of #AA133F
Black with #AA133F
Text Example
Text Example
White with #AA133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA133F; }
p { color: rgb(170,19,63); }
H1.HeaderClassName
{
color: #AA133F;
}
.AnyTagClassName
{
color: #AA133F;
}
</style>
background-color css
<style>
a { background-color: #AA133F; }
a { background-color: rgb(170,19,63); }
div.DivClassName
{
background-color: #AA133F;
}
.BgClassName
{
background-color: #AA133F;
}
</style>
border-color css
<style>
span { border-color: #AA133F; }
span { border-color: rgb(170,19,63); }
td.TdClassName
{
border-color: #AA133F;
}
.TagClassName
{
border-color: #AA133F;
}
</style>