Shades of Cardinal #AA1C3C
Tints of Cardinal #AA1C3C
RGB
CMYK
RGB Variations
Color information
#AA1C3C (or 0xAA1C3C) is known color: Cardinal. HEX triplet: AA, 1C and 3C. RGB value is (170,28,60). Sum of RGB (Red+Green+Blue) = 170+28+60=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C3C is #55E3C3. Grayscale: #4A4A4A. Windows color (decimal): -5628868 or 3939498. OLE color: 3939498.
HSL color Cylindrical-coordinate representation of color #AA1C3C: hue angle of 346.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1C3C is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 60 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.33 |
| HSL | 346.48º | 0.72% | 0.39% | - |
| HSV(B) | 346.48º | 0.84% | 0.67% | - |
| XYZ | 17.81 | 9.7 | 5.21 | - |
| YUV | 74.11 | 120.04 | 196.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 60 | 0 | 0.84 | 0.65 | 0.33 | 346.48 | 0.72 | 0.39 |
| Hex | AA | 1C | 3C | 0 | 54 | 41 | 21 | 15A | 48 | 27 |
| Octal | 252 | 34 | 74 | 0 | 124 | 101 | 41 | 532 | 110 | 47 |
| Binary | 10101010 | 11100 | 111100 | 0 | 1010100 | 1000001 | 100001 | 101011010 | 1001000 | 100111 |
Color Harmonies of #AA1C3C
Complementary color
Monochromatic Colors of #AA1C3C
Black with #AA1C3C
Text Example
Text Example
White with #AA1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C3C; }
p { color: rgb(170,28,60); }
H1.HeaderClassName
{
color: #AA1C3C;
}
.AnyTagClassName
{
color: #AA1C3C;
}
</style>
background-color css
<style>
a { background-color: #AA1C3C; }
a { background-color: rgb(170,28,60); }
div.DivClassName
{
background-color: #AA1C3C;
}
.BgClassName
{
background-color: #AA1C3C;
}
</style>
border-color css
<style>
span { border-color: #AA1C3C; }
span { border-color: rgb(170,28,60); }
td.TdClassName
{
border-color: #AA1C3C;
}
.TagClassName
{
border-color: #AA1C3C;
}
</style>