Shades of Cardinal #AA1A35
Tints of Cardinal #AA1A35
RGB
CMYK
RGB Variations
Color information
#AA1A35 (or 0xAA1A35) is known color: Cardinal. HEX triplet: AA, 1A and 35. RGB value is (170,26,53). Sum of RGB (Red+Green+Blue) = 170+26+53=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A35 is #55E5CA. Grayscale: #484848. Windows color (decimal): -5629387 or 3480234. OLE color: 3480234.
HSL color Cylindrical-coordinate representation of color #AA1A35: hue angle of 348.75º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1A35 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 53 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.33 |
| HSL | 348.75º | 0.73% | 0.38% | - |
| HSV(B) | 348.75º | 0.85% | 0.67% | - |
| XYZ | 17.59 | 9.54 | 4.28 | - |
| YUV | 72.13 | 117.21 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 53 | 0 | 0.85 | 0.69 | 0.33 | 348.75 | 0.73 | 0.38 |
| Hex | AA | 1A | 35 | 0 | 55 | 45 | 21 | 15D | 49 | 26 |
| Octal | 252 | 32 | 65 | 0 | 125 | 105 | 41 | 535 | 111 | 46 |
| Binary | 10101010 | 11010 | 110101 | 0 | 1010101 | 1000101 | 100001 | 101011101 | 1001001 | 100110 |
Color Harmonies of #AA1A35
Complementary color
Monochromatic Colors of #AA1A35
Black with #AA1A35
Text Example
Text Example
White with #AA1A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A35; }
p { color: rgb(170,26,53); }
H1.HeaderClassName
{
color: #AA1A35;
}
.AnyTagClassName
{
color: #AA1A35;
}
</style>
background-color css
<style>
a { background-color: #AA1A35; }
a { background-color: rgb(170,26,53); }
div.DivClassName
{
background-color: #AA1A35;
}
.BgClassName
{
background-color: #AA1A35;
}
</style>
border-color css
<style>
span { border-color: #AA1A35; }
span { border-color: rgb(170,26,53); }
td.TdClassName
{
border-color: #AA1A35;
}
.TagClassName
{
border-color: #AA1A35;
}
</style>