Shades of Cardinal #AA1E3F
Tints of Cardinal #AA1E3F
RGB
CMYK
RGB Variations
Color information
#AA1E3F (or 0xAA1E3F) is known color: Cardinal. HEX triplet: AA, 1E and 3F. RGB value is (170,30,63). Sum of RGB (Red+Green+Blue) = 170+30+63=263 (34% of max value = 765). Red value is 170 (66.80% from 255 or 64.64% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1E3F is #55E1C0. Grayscale: #4B4B4B. Windows color (decimal): -5628353 or 4136618. OLE color: 4136618.
HSL color Cylindrical-coordinate representation of color #AA1E3F: hue angle of 345.86º degrees, saturation: 0.7, 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 #AA1E3F is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 30 | 63 | - |
| CMYK | 0 | 0.82 | 0.63 | 0.33 |
| HSL | 345.86º | 0.7% | 0.39% | - |
| HSV(B) | 345.86º | 0.82% | 0.67% | - |
| XYZ | 17.94 | 9.83 | 5.66 | - |
| YUV | 75.62 | 120.88 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 30 | 63 | 0 | 0.82 | 0.63 | 0.33 | 345.86 | 0.7 | 0.39 |
| Hex | AA | 1E | 3F | 0 | 52 | 3F | 21 | 15A | 46 | 27 |
| Octal | 252 | 36 | 77 | 0 | 122 | 77 | 41 | 532 | 106 | 47 |
| Binary | 10101010 | 11110 | 111111 | 0 | 1010010 | 111111 | 100001 | 101011010 | 1000110 | 100111 |
Color Harmonies of #AA1E3F
Complementary color
Monochromatic Colors of #AA1E3F
Black with #AA1E3F
Text Example
Text Example
White with #AA1E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1E3F; }
p { color: rgb(170,30,63); }
H1.HeaderClassName
{
color: #AA1E3F;
}
.AnyTagClassName
{
color: #AA1E3F;
}
</style>
background-color css
<style>
a { background-color: #AA1E3F; }
a { background-color: rgb(170,30,63); }
div.DivClassName
{
background-color: #AA1E3F;
}
.BgClassName
{
background-color: #AA1E3F;
}
</style>
border-color css
<style>
span { border-color: #AA1E3F; }
span { border-color: rgb(170,30,63); }
td.TdClassName
{
border-color: #AA1E3F;
}
.TagClassName
{
border-color: #AA1E3F;
}
</style>