Shades of Cardinal #AA103A
Tints of Cardinal #AA103A
RGB
CMYK
RGB Variations
Color information
#AA103A (or 0xAA103A) is known color: Cardinal. HEX triplet: AA, 10 and 3A. RGB value is (170,16,58). Sum of RGB (Red+Green+Blue) = 170+16+58=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA103A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA103A is #55EFC5. Grayscale: #424242. Windows color (decimal): -5631942 or 3805354. OLE color: 3805354.
HSL color Cylindrical-coordinate representation of color #AA103A: hue angle of 343.64º 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 #AA103A is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 58 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.33 |
| HSL | 343.64º | 0.83% | 0.36% | - |
| HSV(B) | 343.64º | 0.91% | 0.67% | - |
| XYZ | 17.53 | 9.22 | 4.86 | - |
| YUV | 66.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 58 | 0 | 0.91 | 0.66 | 0.33 | 343.64 | 0.83 | 0.36 |
| Hex | AA | 10 | 3A | 0 | 5B | 42 | 21 | 158 | 53 | 24 |
| Octal | 252 | 20 | 72 | 0 | 133 | 102 | 41 | 530 | 123 | 44 |
| Binary | 10101010 | 10000 | 111010 | 0 | 1011011 | 1000010 | 100001 | 101011000 | 1010011 | 100100 |
Color Harmonies of #AA103A
Complementary color
Monochromatic Colors of #AA103A
Black with #AA103A
Text Example
Text Example
White with #AA103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA103A; }
p { color: rgb(170,16,58); }
H1.HeaderClassName
{
color: #AA103A;
}
.AnyTagClassName
{
color: #AA103A;
}
</style>
background-color css
<style>
a { background-color: #AA103A; }
a { background-color: rgb(170,16,58); }
div.DivClassName
{
background-color: #AA103A;
}
.BgClassName
{
background-color: #AA103A;
}
</style>
border-color css
<style>
span { border-color: #AA103A; }
span { border-color: rgb(170,16,58); }
td.TdClassName
{
border-color: #AA103A;
}
.TagClassName
{
border-color: #AA103A;
}
</style>