Shades of Cardinal #AA073A
Tints of Cardinal #AA073A
RGB
CMYK
RGB Variations
Color information
#AA073A (or 0xAA073A) is known color: Cardinal. HEX triplet: AA, 07 and 3A. RGB value is (170,7,58). Sum of RGB (Red+Green+Blue) = 170+7+58=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA073A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA073A is #55F8C5. Grayscale: #3D3D3D. Windows color (decimal): -5634246 or 3803050. OLE color: 3803050.
HSL color Cylindrical-coordinate representation of color #AA073A: hue angle of 341.23º 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 #AA073A is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 58 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.33 |
| HSL | 341.23º | 0.92% | 0.35% | - |
| HSV(B) | 341.23º | 0.96% | 0.67% | - |
| XYZ | 17.42 | 9 | 4.82 | - |
| YUV | 61.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 58 | 0 | 0.96 | 0.66 | 0.33 | 341.23 | 0.92 | 0.35 |
| Hex | AA | 7 | 3A | 0 | 60 | 42 | 21 | 155 | 5C | 23 |
| Octal | 252 | 7 | 72 | 0 | 140 | 102 | 41 | 525 | 134 | 43 |
| Binary | 10101010 | 111 | 111010 | 0 | 1100000 | 1000010 | 100001 | 101010101 | 1011100 | 100011 |
Color Harmonies of #AA073A
Complementary color
Monochromatic Colors of #AA073A
Black with #AA073A
Text Example
Text Example
White with #AA073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA073A; }
p { color: rgb(170,7,58); }
H1.HeaderClassName
{
color: #AA073A;
}
.AnyTagClassName
{
color: #AA073A;
}
</style>
background-color css
<style>
a { background-color: #AA073A; }
a { background-color: rgb(170,7,58); }
div.DivClassName
{
background-color: #AA073A;
}
.BgClassName
{
background-color: #AA073A;
}
</style>
border-color css
<style>
span { border-color: #AA073A; }
span { border-color: rgb(170,7,58); }
td.TdClassName
{
border-color: #AA073A;
}
.TagClassName
{
border-color: #AA073A;
}
</style>