Shades of Cardinal #AA083A
Tints of Cardinal #AA083A
RGB
CMYK
RGB Variations
Color information
#AA083A (or 0xAA083A) is known color: Cardinal. HEX triplet: AA, 08 and 3A. RGB value is (170,8,58). Sum of RGB (Red+Green+Blue) = 170+8+58=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA083A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA083A is #55F7C5. Grayscale: #3E3E3E. Windows color (decimal): -5633990 or 3803306. OLE color: 3803306.
HSL color Cylindrical-coordinate representation of color #AA083A: hue angle of 341.48º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA083A is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 8 | 58 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.33 |
| HSL | 341.48º | 0.91% | 0.35% | - |
| HSV(B) | 341.48º | 0.95% | 0.67% | - |
| XYZ | 17.43 | 9.03 | 4.83 | - |
| YUV | 62.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 8 | 58 | 0 | 0.95 | 0.66 | 0.33 | 341.48 | 0.91 | 0.35 |
| Hex | AA | 8 | 3A | 0 | 5F | 42 | 21 | 155 | 5B | 23 |
| Octal | 252 | 10 | 72 | 0 | 137 | 102 | 41 | 525 | 133 | 43 |
| Binary | 10101010 | 1000 | 111010 | 0 | 1011111 | 1000010 | 100001 | 101010101 | 1011011 | 100011 |
Color Harmonies of #AA083A
Complementary color
Monochromatic Colors of #AA083A
Black with #AA083A
Text Example
Text Example
White with #AA083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA083A; }
p { color: rgb(170,8,58); }
H1.HeaderClassName
{
color: #AA083A;
}
.AnyTagClassName
{
color: #AA083A;
}
</style>
background-color css
<style>
a { background-color: #AA083A; }
a { background-color: rgb(170,8,58); }
div.DivClassName
{
background-color: #AA083A;
}
.BgClassName
{
background-color: #AA083A;
}
</style>
border-color css
<style>
span { border-color: #AA083A; }
span { border-color: rgb(170,8,58); }
td.TdClassName
{
border-color: #AA083A;
}
.TagClassName
{
border-color: #AA083A;
}
</style>