Shades of Cardinal #AA103C
Tints of Cardinal #AA103C
RGB
CMYK
RGB Variations
Color information
#AA103C (or 0xAA103C) is known color: Cardinal. HEX triplet: AA, 10 and 3C. RGB value is (170,16,60). Sum of RGB (Red+Green+Blue) = 170+16+60=246 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.11% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 170 - color contains mainly: red. Hex color #AA103C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA103C is #55EFC3. Grayscale: #434343. Windows color (decimal): -5631940 or 3936426. OLE color: 3936426.
HSL color Cylindrical-coordinate representation of color #AA103C: hue angle of 342.86º 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 #AA103C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.33 |
| HSL | 342.86º | 0.83% | 0.36% | - |
| HSV(B) | 342.86º | 0.91% | 0.67% | - |
| XYZ | 17.58 | 9.24 | 5.13 | - |
| YUV | 67.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 16 | 60 | 0 | 0.91 | 0.65 | 0.33 | 342.86 | 0.83 | 0.36 |
| Hex | AA | 10 | 3C | 0 | 5B | 41 | 21 | 157 | 53 | 24 |
| Octal | 252 | 20 | 74 | 0 | 133 | 101 | 41 | 527 | 123 | 44 |
| Binary | 10101010 | 10000 | 111100 | 0 | 1011011 | 1000001 | 100001 | 101010111 | 1010011 | 100100 |
Color Harmonies of #AA103C
Complementary color
Monochromatic Colors of #AA103C
Black with #AA103C
Text Example
Text Example
White with #AA103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA103C; }
p { color: rgb(170,16,60); }
H1.HeaderClassName
{
color: #AA103C;
}
.AnyTagClassName
{
color: #AA103C;
}
</style>
background-color css
<style>
a { background-color: #AA103C; }
a { background-color: rgb(170,16,60); }
div.DivClassName
{
background-color: #AA103C;
}
.BgClassName
{
background-color: #AA103C;
}
</style>
border-color css
<style>
span { border-color: #AA103C; }
span { border-color: rgb(170,16,60); }
td.TdClassName
{
border-color: #AA103C;
}
.TagClassName
{
border-color: #AA103C;
}
</style>