Shades of Cardinal #AA0737
Tints of Cardinal #AA0737
RGB
CMYK
RGB Variations
Color information
#AA0737 (or 0xAA0737) is known color: Cardinal. HEX triplet: AA, 07 and 37. RGB value is (170,7,55). Sum of RGB (Red+Green+Blue) = 170+7+55=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0737 is #55F8C8. Grayscale: #3D3D3D. Windows color (decimal): -5634249 or 3606442. OLE color: 3606442.
HSL color Cylindrical-coordinate representation of color #AA0737: hue angle of 342.33º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0737 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 55 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.33 |
| HSL | 342.33º | 0.92% | 0.35% | - |
| HSV(B) | 342.33º | 0.96% | 0.67% | - |
| XYZ | 17.34 | 8.97 | 4.43 | - |
| YUV | 61.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 55 | 0 | 0.96 | 0.68 | 0.33 | 342.33 | 0.92 | 0.35 |
| Hex | AA | 7 | 37 | 0 | 60 | 44 | 21 | 156 | 5C | 23 |
| Octal | 252 | 7 | 67 | 0 | 140 | 104 | 41 | 526 | 134 | 43 |
| Binary | 10101010 | 111 | 110111 | 0 | 1100000 | 1000100 | 100001 | 101010110 | 1011100 | 100011 |
Color Harmonies of #AA0737
Complementary color
Monochromatic Colors of #AA0737
Black with #AA0737
Text Example
Text Example
White with #AA0737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0737; }
p { color: rgb(170,7,55); }
H1.HeaderClassName
{
color: #AA0737;
}
.AnyTagClassName
{
color: #AA0737;
}
</style>
background-color css
<style>
a { background-color: #AA0737; }
a { background-color: rgb(170,7,55); }
div.DivClassName
{
background-color: #AA0737;
}
.BgClassName
{
background-color: #AA0737;
}
</style>
border-color css
<style>
span { border-color: #AA0737; }
span { border-color: rgb(170,7,55); }
td.TdClassName
{
border-color: #AA0737;
}
.TagClassName
{
border-color: #AA0737;
}
</style>