Shades of Cardinal #AA102D
Tints of Cardinal #AA102D
RGB
CMYK
RGB Variations
Color information
#AA102D (or 0xAA102D) is known color: Cardinal. HEX triplet: AA, 10 and 2D. RGB value is (170,16,45). Sum of RGB (Red+Green+Blue) = 170+16+45=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA102D is #55EFD2. Grayscale: #414141. Windows color (decimal): -5631955 or 2953386. OLE color: 2953386.
HSL color Cylindrical-coordinate representation of color #AA102D: hue angle of 348.7º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AA102D is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.33 |
| HSL | 348.7º | 0.83% | 0.36% | - |
| HSV(B) | 348.7º | 0.91% | 0.67% | - |
| XYZ | 17.24 | 9.11 | 3.33 | - |
| YUV | 65.35 | 116.52 | 202.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 45 | 0 | 0.91 | 0.74 | 0.33 | 348.7 | 0.83 | 0.36 |
| Hex | AA | 10 | 2D | 0 | 5B | 4A | 21 | 15D | 53 | 24 |
| Octal | 252 | 20 | 55 | 0 | 133 | 112 | 41 | 535 | 123 | 44 |
| Binary | 10101010 | 10000 | 101101 | 0 | 1011011 | 1001010 | 100001 | 101011101 | 1010011 | 100100 |
Color Harmonies of #AA102D
Complementary color
Monochromatic Colors of #AA102D
Black with #AA102D
Text Example
Text Example
White with #AA102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA102D; }
p { color: rgb(170,16,45); }
H1.HeaderClassName
{
color: #AA102D;
}
.AnyTagClassName
{
color: #AA102D;
}
</style>
background-color css
<style>
a { background-color: #AA102D; }
a { background-color: rgb(170,16,45); }
div.DivClassName
{
background-color: #AA102D;
}
.BgClassName
{
background-color: #AA102D;
}
</style>
border-color css
<style>
span { border-color: #AA102D; }
span { border-color: rgb(170,16,45); }
td.TdClassName
{
border-color: #AA102D;
}
.TagClassName
{
border-color: #AA102D;
}
</style>