Shades of Cardinal #AA1937
Tints of Cardinal #AA1937
RGB
CMYK
RGB Variations
Color information
#AA1937 (or 0xAA1937) is known color: Cardinal. HEX triplet: AA, 19 and 37. RGB value is (170,25,55). Sum of RGB (Red+Green+Blue) = 170+25+55=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1937 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1937 is #55E6C8. Grayscale: #474747. Windows color (decimal): -5629641 or 3611050. OLE color: 3611050.
HSL color Cylindrical-coordinate representation of color #AA1937: hue angle of 347.59º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1937 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 55 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.33 |
| HSL | 347.59º | 0.74% | 0.38% | - |
| HSV(B) | 347.59º | 0.85% | 0.67% | - |
| XYZ | 17.61 | 9.52 | 4.52 | - |
| YUV | 71.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 55 | 0 | 0.85 | 0.68 | 0.33 | 347.59 | 0.74 | 0.38 |
| Hex | AA | 19 | 37 | 0 | 55 | 44 | 21 | 15C | 4A | 26 |
| Octal | 252 | 31 | 67 | 0 | 125 | 104 | 41 | 534 | 112 | 46 |
| Binary | 10101010 | 11001 | 110111 | 0 | 1010101 | 1000100 | 100001 | 101011100 | 1001010 | 100110 |
Color Harmonies of #AA1937
Complementary color
Monochromatic Colors of #AA1937
Black with #AA1937
Text Example
Text Example
White with #AA1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1937; }
p { color: rgb(170,25,55); }
H1.HeaderClassName
{
color: #AA1937;
}
.AnyTagClassName
{
color: #AA1937;
}
</style>
background-color css
<style>
a { background-color: #AA1937; }
a { background-color: rgb(170,25,55); }
div.DivClassName
{
background-color: #AA1937;
}
.BgClassName
{
background-color: #AA1937;
}
</style>
border-color css
<style>
span { border-color: #AA1937; }
span { border-color: rgb(170,25,55); }
td.TdClassName
{
border-color: #AA1937;
}
.TagClassName
{
border-color: #AA1937;
}
</style>