Shades of Cardinal #AA0738
Tints of Cardinal #AA0738
RGB
CMYK
RGB Variations
Color information
#AA0738 (or 0xAA0738) is known color: Cardinal. HEX triplet: AA, 07 and 38. RGB value is (170,7,56). Sum of RGB (Red+Green+Blue) = 170+7+56=233 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.96% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0738 is #55F8C7. Grayscale: #3D3D3D. Windows color (decimal): -5634248 or 3671978. OLE color: 3671978.
HSL color Cylindrical-coordinate representation of color #AA0738: hue angle of 341.96º 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 #AA0738 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.33 |
| HSL | 341.96º | 0.92% | 0.35% | - |
| HSV(B) | 341.96º | 0.96% | 0.67% | - |
| XYZ | 17.37 | 8.98 | 4.56 | - |
| YUV | 61.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 56 | 0 | 0.96 | 0.67 | 0.33 | 341.96 | 0.92 | 0.35 |
| Hex | AA | 7 | 38 | 0 | 60 | 43 | 21 | 156 | 5C | 23 |
| Octal | 252 | 7 | 70 | 0 | 140 | 103 | 41 | 526 | 134 | 43 |
| Binary | 10101010 | 111 | 111000 | 0 | 1100000 | 1000011 | 100001 | 101010110 | 1011100 | 100011 |
Color Harmonies of #AA0738
Complementary color
Monochromatic Colors of #AA0738
Black with #AA0738
Text Example
Text Example
White with #AA0738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0738; }
p { color: rgb(170,7,56); }
H1.HeaderClassName
{
color: #AA0738;
}
.AnyTagClassName
{
color: #AA0738;
}
</style>
background-color css
<style>
a { background-color: #AA0738; }
a { background-color: rgb(170,7,56); }
div.DivClassName
{
background-color: #AA0738;
}
.BgClassName
{
background-color: #AA0738;
}
</style>
border-color css
<style>
span { border-color: #AA0738; }
span { border-color: rgb(170,7,56); }
td.TdClassName
{
border-color: #AA0738;
}
.TagClassName
{
border-color: #AA0738;
}
</style>