Shades of Cardinal #AA1F3C
Tints of Cardinal #AA1F3C
RGB
CMYK
RGB Variations
Color information
#AA1F3C (or 0xAA1F3C) is known color: Cardinal. HEX triplet: AA, 1F and 3C. RGB value is (170,31,60). Sum of RGB (Red+Green+Blue) = 170+31+60=261 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.13% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F3C is #55E0C3. Grayscale: #4B4B4B. Windows color (decimal): -5628100 or 3940266. OLE color: 3940266.
HSL color Cylindrical-coordinate representation of color #AA1F3C: hue angle of 347.48º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1F3C is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 60 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.33 |
| HSL | 347.48º | 0.69% | 0.39% | - |
| HSV(B) | 347.48º | 0.82% | 0.67% | - |
| XYZ | 17.88 | 9.85 | 5.23 | - |
| YUV | 75.87 | 119.05 | 195.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 60 | 0 | 0.82 | 0.65 | 0.33 | 347.48 | 0.69 | 0.39 |
| Hex | AA | 1F | 3C | 0 | 52 | 41 | 21 | 15B | 45 | 27 |
| Octal | 252 | 37 | 74 | 0 | 122 | 101 | 41 | 533 | 105 | 47 |
| Binary | 10101010 | 11111 | 111100 | 0 | 1010010 | 1000001 | 100001 | 101011011 | 1000101 | 100111 |
Color Harmonies of #AA1F3C
Complementary color
Monochromatic Colors of #AA1F3C
Black with #AA1F3C
Text Example
Text Example
White with #AA1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F3C; }
p { color: rgb(170,31,60); }
H1.HeaderClassName
{
color: #AA1F3C;
}
.AnyTagClassName
{
color: #AA1F3C;
}
</style>
background-color css
<style>
a { background-color: #AA1F3C; }
a { background-color: rgb(170,31,60); }
div.DivClassName
{
background-color: #AA1F3C;
}
.BgClassName
{
background-color: #AA1F3C;
}
</style>
border-color css
<style>
span { border-color: #AA1F3C; }
span { border-color: rgb(170,31,60); }
td.TdClassName
{
border-color: #AA1F3C;
}
.TagClassName
{
border-color: #AA1F3C;
}
</style>