Shades of Bright Red #AA1A29
Tints of Bright Red #AA1A29
RGB
CMYK
RGB Variations
Color information
#AA1A29 (or 0xAA1A29) is known color: Bright Red. HEX triplet: AA, 1A and 29. RGB value is (170,26,41). Sum of RGB (Red+Green+Blue) = 170+26+41=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 26 (10.55% from 255 or 10.97% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A29 is #55E5D6. Grayscale: #464646. Windows color (decimal): -5629399 or 2693802. OLE color: 2693802.
HSL color Cylindrical-coordinate representation of color #AA1A29: hue angle of 353.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 #AA1A29 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 41 | - |
| CMYK | 0 | 0.85 | 0.76 | 0.33 |
| HSL | 353.75º | 0.73% | 0.38% | - |
| HSV(B) | 353.75º | 0.85% | 0.67% | - |
| XYZ | 17.35 | 9.44 | 3.01 | - |
| YUV | 70.77 | 111.21 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 41 | 0 | 0.85 | 0.76 | 0.33 | 353.75 | 0.73 | 0.38 |
| Hex | AA | 1A | 29 | 0 | 55 | 4C | 21 | 162 | 49 | 26 |
| Octal | 252 | 32 | 51 | 0 | 125 | 114 | 41 | 542 | 111 | 46 |
| Binary | 10101010 | 11010 | 101001 | 0 | 1010101 | 1001100 | 100001 | 101100010 | 1001001 | 100110 |
Color Harmonies of #AA1A29
Complementary color
Monochromatic Colors of #AA1A29
Black with #AA1A29
Text Example
Text Example
White with #AA1A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A29; }
p { color: rgb(170,26,41); }
H1.HeaderClassName
{
color: #AA1A29;
}
.AnyTagClassName
{
color: #AA1A29;
}
</style>
background-color css
<style>
a { background-color: #AA1A29; }
a { background-color: rgb(170,26,41); }
div.DivClassName
{
background-color: #AA1A29;
}
.BgClassName
{
background-color: #AA1A29;
}
</style>
border-color css
<style>
span { border-color: #AA1A29; }
span { border-color: rgb(170,26,41); }
td.TdClassName
{
border-color: #AA1A29;
}
.TagClassName
{
border-color: #AA1A29;
}
</style>