Shades of Cardinal #AA1F41
Tints of Cardinal #AA1F41
RGB
CMYK
RGB Variations
Color information
#AA1F41 (or 0xAA1F41) is known color: Cardinal. HEX triplet: AA, 1F and 41. RGB value is (170,31,65). Sum of RGB (Red+Green+Blue) = 170+31+65=266 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.91% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1F41 is #55E0BE. Grayscale: #4C4C4C. Windows color (decimal): -5628095 or 4267946. OLE color: 4267946.
HSL color Cylindrical-coordinate representation of color #AA1F41: hue angle of 345.32º 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 #AA1F41 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 31 | 65 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.33 |
| HSL | 345.32º | 0.69% | 0.39% | - |
| HSV(B) | 345.32º | 0.82% | 0.67% | - |
| XYZ | 18.02 | 9.91 | 5.96 | - |
| YUV | 76.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 31 | 65 | 0 | 0.82 | 0.62 | 0.33 | 345.32 | 0.69 | 0.39 |
| Hex | AA | 1F | 41 | 0 | 52 | 3E | 21 | 159 | 45 | 27 |
| Octal | 252 | 37 | 101 | 0 | 122 | 76 | 41 | 531 | 105 | 47 |
| Binary | 10101010 | 11111 | 1000001 | 0 | 1010010 | 111110 | 100001 | 101011001 | 1000101 | 100111 |
Color Harmonies of #AA1F41
Complementary color
Monochromatic Colors of #AA1F41
Black with #AA1F41
Text Example
Text Example
White with #AA1F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1F41; }
p { color: rgb(170,31,65); }
H1.HeaderClassName
{
color: #AA1F41;
}
.AnyTagClassName
{
color: #AA1F41;
}
</style>
background-color css
<style>
a { background-color: #AA1F41; }
a { background-color: rgb(170,31,65); }
div.DivClassName
{
background-color: #AA1F41;
}
.BgClassName
{
background-color: #AA1F41;
}
</style>
border-color css
<style>
span { border-color: #AA1F41; }
span { border-color: rgb(170,31,65); }
td.TdClassName
{
border-color: #AA1F41;
}
.TagClassName
{
border-color: #AA1F41;
}
</style>