Shades of Cardinal #AA0734
Tints of Cardinal #AA0734
RGB
CMYK
RGB Variations
Color information
#AA0734 (or 0xAA0734) is known color: Cardinal. HEX triplet: AA, 07 and 34. RGB value is (170,7,52). Sum of RGB (Red+Green+Blue) = 170+7+52=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0734 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0734 is #55F8CB. Grayscale: #3C3C3C. Windows color (decimal): -5634252 or 3409834. OLE color: 3409834.
HSL color Cylindrical-coordinate representation of color #AA0734: hue angle of 343.44º 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 #AA0734 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 52 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.33 |
| HSL | 343.44º | 0.92% | 0.35% | - |
| HSV(B) | 343.44º | 0.96% | 0.67% | - |
| XYZ | 17.27 | 8.95 | 4.07 | - |
| YUV | 60.87 | 123 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 52 | 0 | 0.96 | 0.69 | 0.33 | 343.44 | 0.92 | 0.35 |
| Hex | AA | 7 | 34 | 0 | 60 | 45 | 21 | 157 | 5C | 23 |
| Octal | 252 | 7 | 64 | 0 | 140 | 105 | 41 | 527 | 134 | 43 |
| Binary | 10101010 | 111 | 110100 | 0 | 1100000 | 1000101 | 100001 | 101010111 | 1011100 | 100011 |
Color Harmonies of #AA0734
Complementary color
Monochromatic Colors of #AA0734
Black with #AA0734
Text Example
Text Example
White with #AA0734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0734; }
p { color: rgb(170,7,52); }
H1.HeaderClassName
{
color: #AA0734;
}
.AnyTagClassName
{
color: #AA0734;
}
</style>
background-color css
<style>
a { background-color: #AA0734; }
a { background-color: rgb(170,7,52); }
div.DivClassName
{
background-color: #AA0734;
}
.BgClassName
{
background-color: #AA0734;
}
</style>
border-color css
<style>
span { border-color: #AA0734; }
span { border-color: rgb(170,7,52); }
td.TdClassName
{
border-color: #AA0734;
}
.TagClassName
{
border-color: #AA0734;
}
</style>