Shades of Cardinal #AA0D3D
Tints of Cardinal #AA0D3D
RGB
CMYK
RGB Variations
Color information
#AA0D3D (or 0xAA0D3D) is known color: Cardinal. HEX triplet: AA, 0D and 3D. RGB value is (170,13,61). Sum of RGB (Red+Green+Blue) = 170+13+61=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0D3D is #55F2C2. Grayscale: #414141. Windows color (decimal): -5632707 or 4001194. OLE color: 4001194.
HSL color Cylindrical-coordinate representation of color #AA0D3D: hue angle of 341.66º 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 #AA0D3D is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 13 | 61 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.33 |
| HSL | 341.66º | 0.86% | 0.36% | - |
| HSV(B) | 341.66º | 0.92% | 0.67% | - |
| XYZ | 17.56 | 9.17 | 5.26 | - |
| YUV | 65.42 | 125.51 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 13 | 61 | 0 | 0.92 | 0.64 | 0.33 | 341.66 | 0.86 | 0.36 |
| Hex | AA | D | 3D | 0 | 5C | 40 | 21 | 156 | 56 | 24 |
| Octal | 252 | 15 | 75 | 0 | 134 | 100 | 41 | 526 | 126 | 44 |
| Binary | 10101010 | 1101 | 111101 | 0 | 1011100 | 1000000 | 100001 | 101010110 | 1010110 | 100100 |
Color Harmonies of #AA0D3D
Complementary color
Monochromatic Colors of #AA0D3D
Black with #AA0D3D
Text Example
Text Example
White with #AA0D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0D3D; }
p { color: rgb(170,13,61); }
H1.HeaderClassName
{
color: #AA0D3D;
}
.AnyTagClassName
{
color: #AA0D3D;
}
</style>
background-color css
<style>
a { background-color: #AA0D3D; }
a { background-color: rgb(170,13,61); }
div.DivClassName
{
background-color: #AA0D3D;
}
.BgClassName
{
background-color: #AA0D3D;
}
</style>
border-color css
<style>
span { border-color: #AA0D3D; }
span { border-color: rgb(170,13,61); }
td.TdClassName
{
border-color: #AA0D3D;
}
.TagClassName
{
border-color: #AA0D3D;
}
</style>