Shades of Cardinal #AA172F
Tints of Cardinal #AA172F
RGB
CMYK
RGB Variations
Color information
#AA172F (or 0xAA172F) is known color: Cardinal. HEX triplet: AA, 17 and 2F. RGB value is (170,23,47). Sum of RGB (Red+Green+Blue) = 170+23+47=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 47 (18.75% from 255 or 19.58% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA172F is #55E8D0. Grayscale: #454545. Windows color (decimal): -5630161 or 3086250. OLE color: 3086250.
HSL color Cylindrical-coordinate representation of color #AA172F: hue angle of 350.2º degrees, saturation: 0.76, 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 #AA172F is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 47 | - |
| CMYK | 0 | 0.86 | 0.72 | 0.33 |
| HSL | 350.2º | 0.76% | 0.38% | - |
| HSV(B) | 350.2º | 0.86% | 0.67% | - |
| XYZ | 17.4 | 9.36 | 3.58 | - |
| YUV | 69.69 | 115.2 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 47 | 0 | 0.86 | 0.72 | 0.33 | 350.2 | 0.76 | 0.38 |
| Hex | AA | 17 | 2F | 0 | 56 | 48 | 21 | 15E | 4C | 26 |
| Octal | 252 | 27 | 57 | 0 | 126 | 110 | 41 | 536 | 114 | 46 |
| Binary | 10101010 | 10111 | 101111 | 0 | 1010110 | 1001000 | 100001 | 101011110 | 1001100 | 100110 |
Color Harmonies of #AA172F
Complementary color
Monochromatic Colors of #AA172F
Black with #AA172F
Text Example
Text Example
White with #AA172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA172F; }
p { color: rgb(170,23,47); }
H1.HeaderClassName
{
color: #AA172F;
}
.AnyTagClassName
{
color: #AA172F;
}
</style>
background-color css
<style>
a { background-color: #AA172F; }
a { background-color: rgb(170,23,47); }
div.DivClassName
{
background-color: #AA172F;
}
.BgClassName
{
background-color: #AA172F;
}
</style>
border-color css
<style>
span { border-color: #AA172F; }
span { border-color: rgb(170,23,47); }
td.TdClassName
{
border-color: #AA172F;
}
.TagClassName
{
border-color: #AA172F;
}
</style>