Shades of Bright Red #AA1A2A
Tints of Bright Red #AA1A2A
RGB
CMYK
RGB Variations
Color information
#AA1A2A (or 0xAA1A2A) is known color: Bright Red. HEX triplet: AA, 1A and 2A. RGB value is (170,26,42). Sum of RGB (Red+Green+Blue) = 170+26+42=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A2A is #55E5D5. Grayscale: #464646. Windows color (decimal): -5629398 or 2759338. OLE color: 2759338.
HSL color Cylindrical-coordinate representation of color #AA1A2A: hue angle of 353.33º 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 #AA1A2A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 42 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.33 |
| HSL | 353.33º | 0.73% | 0.38% | - |
| HSV(B) | 353.33º | 0.85% | 0.67% | - |
| XYZ | 17.36 | 9.45 | 3.1 | - |
| YUV | 70.88 | 111.71 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 42 | 0 | 0.85 | 0.75 | 0.33 | 353.33 | 0.73 | 0.38 |
| Hex | AA | 1A | 2A | 0 | 55 | 4B | 21 | 161 | 49 | 26 |
| Octal | 252 | 32 | 52 | 0 | 125 | 113 | 41 | 541 | 111 | 46 |
| Binary | 10101010 | 11010 | 101010 | 0 | 1010101 | 1001011 | 100001 | 101100001 | 1001001 | 100110 |
Color Harmonies of #AA1A2A
Complementary color
Monochromatic Colors of #AA1A2A
Black with #AA1A2A
Text Example
Text Example
White with #AA1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A2A; }
p { color: rgb(170,26,42); }
H1.HeaderClassName
{
color: #AA1A2A;
}
.AnyTagClassName
{
color: #AA1A2A;
}
</style>
background-color css
<style>
a { background-color: #AA1A2A; }
a { background-color: rgb(170,26,42); }
div.DivClassName
{
background-color: #AA1A2A;
}
.BgClassName
{
background-color: #AA1A2A;
}
</style>
border-color css
<style>
span { border-color: #AA1A2A; }
span { border-color: rgb(170,26,42); }
td.TdClassName
{
border-color: #AA1A2A;
}
.TagClassName
{
border-color: #AA1A2A;
}
</style>