Shades of Bright Red #AA1A27
Tints of Bright Red #AA1A27
RGB
CMYK
RGB Variations
Color information
#AA1A27 (or 0xAA1A27) is known color: Bright Red. HEX triplet: AA, 1A and 27. RGB value is (170,26,39). Sum of RGB (Red+Green+Blue) = 170+26+39=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A27 is #55E5D8. Grayscale: #464646. Windows color (decimal): -5629401 or 2562730. OLE color: 2562730.
HSL color Cylindrical-coordinate representation of color #AA1A27: hue angle of 354.58º 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 #AA1A27 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 39 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.33 |
| HSL | 354.58º | 0.73% | 0.38% | - |
| HSV(B) | 354.58º | 0.85% | 0.67% | - |
| XYZ | 17.31 | 9.43 | 2.83 | - |
| YUV | 70.54 | 110.21 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 39 | 0 | 0.85 | 0.77 | 0.33 | 354.58 | 0.73 | 0.38 |
| Hex | AA | 1A | 27 | 0 | 55 | 4D | 21 | 163 | 49 | 26 |
| Octal | 252 | 32 | 47 | 0 | 125 | 115 | 41 | 543 | 111 | 46 |
| Binary | 10101010 | 11010 | 100111 | 0 | 1010101 | 1001101 | 100001 | 101100011 | 1001001 | 100110 |
Color Harmonies of #AA1A27
Complementary color
Monochromatic Colors of #AA1A27
Black with #AA1A27
Text Example
Text Example
White with #AA1A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A27; }
p { color: rgb(170,26,39); }
H1.HeaderClassName
{
color: #AA1A27;
}
.AnyTagClassName
{
color: #AA1A27;
}
</style>
background-color css
<style>
a { background-color: #AA1A27; }
a { background-color: rgb(170,26,39); }
div.DivClassName
{
background-color: #AA1A27;
}
.BgClassName
{
background-color: #AA1A27;
}
</style>
border-color css
<style>
span { border-color: #AA1A27; }
span { border-color: rgb(170,26,39); }
td.TdClassName
{
border-color: #AA1A27;
}
.TagClassName
{
border-color: #AA1A27;
}
</style>