Shades of Cardinal #AA103E
Tints of Cardinal #AA103E
RGB
CMYK
RGB Variations
Color information
#AA103E (or 0xAA103E) is known color: Cardinal. HEX triplet: AA, 10 and 3E. RGB value is (170,16,62). Sum of RGB (Red+Green+Blue) = 170+16+62=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA103E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA103E is #55EFC1. Grayscale: #434343. Windows color (decimal): -5631938 or 4067498. OLE color: 4067498.
HSL color Cylindrical-coordinate representation of color #AA103E: hue angle of 342.08º 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 #AA103E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 62 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.33 |
| HSL | 342.08º | 0.83% | 0.36% | - |
| HSV(B) | 342.08º | 0.91% | 0.67% | - |
| XYZ | 17.63 | 9.26 | 5.42 | - |
| YUV | 67.29 | 125.02 | 201.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 62 | 0 | 0.91 | 0.64 | 0.33 | 342.08 | 0.83 | 0.36 |
| Hex | AA | 10 | 3E | 0 | 5B | 40 | 21 | 156 | 53 | 24 |
| Octal | 252 | 20 | 76 | 0 | 133 | 100 | 41 | 526 | 123 | 44 |
| Binary | 10101010 | 10000 | 111110 | 0 | 1011011 | 1000000 | 100001 | 101010110 | 1010011 | 100100 |
Color Harmonies of #AA103E
Complementary color
Monochromatic Colors of #AA103E
Black with #AA103E
Text Example
Text Example
White with #AA103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA103E; }
p { color: rgb(170,16,62); }
H1.HeaderClassName
{
color: #AA103E;
}
.AnyTagClassName
{
color: #AA103E;
}
</style>
background-color css
<style>
a { background-color: #AA103E; }
a { background-color: rgb(170,16,62); }
div.DivClassName
{
background-color: #AA103E;
}
.BgClassName
{
background-color: #AA103E;
}
</style>
border-color css
<style>
span { border-color: #AA103E; }
span { border-color: rgb(170,16,62); }
td.TdClassName
{
border-color: #AA103E;
}
.TagClassName
{
border-color: #AA103E;
}
</style>