Shades of Cardinal #AA0D3E
Tints of Cardinal #AA0D3E
RGB
CMYK
RGB Variations
Color information
#AA0D3E (or 0xAA0D3E) is known color: Cardinal. HEX triplet: AA, 0D and 3E. RGB value is (170,13,62). Sum of RGB (Red+Green+Blue) = 170+13+62=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D3E is #55F2C1. Grayscale: #414141. Windows color (decimal): -5632706 or 4066730. OLE color: 4066730.
HSL color Cylindrical-coordinate representation of color #AA0D3E: hue angle of 341.27º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D3E is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 62 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.33 |
| HSL | 341.27º | 0.86% | 0.36% | - |
| HSV(B) | 341.27º | 0.92% | 0.67% | - |
| XYZ | 17.59 | 9.18 | 5.4 | - |
| YUV | 65.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 62 | 0 | 0.92 | 0.64 | 0.33 | 341.27 | 0.86 | 0.36 |
| Hex | AA | D | 3E | 0 | 5C | 40 | 21 | 155 | 56 | 24 |
| Octal | 252 | 15 | 76 | 0 | 134 | 100 | 41 | 525 | 126 | 44 |
| Binary | 10101010 | 1101 | 111110 | 0 | 1011100 | 1000000 | 100001 | 101010101 | 1010110 | 100100 |
Color Harmonies of #AA0D3E
Complementary color
Monochromatic Colors of #AA0D3E
Black with #AA0D3E
Text Example
Text Example
White with #AA0D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D3E; }
p { color: rgb(170,13,62); }
H1.HeaderClassName
{
color: #AA0D3E;
}
.AnyTagClassName
{
color: #AA0D3E;
}
</style>
background-color css
<style>
a { background-color: #AA0D3E; }
a { background-color: rgb(170,13,62); }
div.DivClassName
{
background-color: #AA0D3E;
}
.BgClassName
{
background-color: #AA0D3E;
}
</style>
border-color css
<style>
span { border-color: #AA0D3E; }
span { border-color: rgb(170,13,62); }
td.TdClassName
{
border-color: #AA0D3E;
}
.TagClassName
{
border-color: #AA0D3E;
}
</style>