Shades of Cardinal #AA1B41
Tints of Cardinal #AA1B41
RGB
CMYK
RGB Variations
Color information
#AA1B41 (or 0xAA1B41) is known color: Cardinal. HEX triplet: AA, 1B and 41. RGB value is (170,27,65). Sum of RGB (Red+Green+Blue) = 170+27+65=262 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.89% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B41 is #55E4BE. Grayscale: #4A4A4A. Windows color (decimal): -5629119 or 4266922. OLE color: 4266922.
HSL color Cylindrical-coordinate representation of color #AA1B41: hue angle of 344.06º degrees, saturation: 0.73, 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 #AA1B41 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 65 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.33 |
| HSL | 344.06º | 0.73% | 0.39% | - |
| HSV(B) | 344.06º | 0.84% | 0.67% | - |
| XYZ | 17.92 | 9.71 | 5.93 | - |
| YUV | 74.09 | 122.88 | 196.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 65 | 0 | 0.84 | 0.62 | 0.33 | 344.06 | 0.73 | 0.39 |
| Hex | AA | 1B | 41 | 0 | 54 | 3E | 21 | 158 | 49 | 27 |
| Octal | 252 | 33 | 101 | 0 | 124 | 76 | 41 | 530 | 111 | 47 |
| Binary | 10101010 | 11011 | 1000001 | 0 | 1010100 | 111110 | 100001 | 101011000 | 1001001 | 100111 |
Color Harmonies of #AA1B41
Complementary color
Monochromatic Colors of #AA1B41
Black with #AA1B41
Text Example
Text Example
White with #AA1B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B41; }
p { color: rgb(170,27,65); }
H1.HeaderClassName
{
color: #AA1B41;
}
.AnyTagClassName
{
color: #AA1B41;
}
</style>
background-color css
<style>
a { background-color: #AA1B41; }
a { background-color: rgb(170,27,65); }
div.DivClassName
{
background-color: #AA1B41;
}
.BgClassName
{
background-color: #AA1B41;
}
</style>
border-color css
<style>
span { border-color: #AA1B41; }
span { border-color: rgb(170,27,65); }
td.TdClassName
{
border-color: #AA1B41;
}
.TagClassName
{
border-color: #AA1B41;
}
</style>