Shades of Bright Red #AA1A1F
Tints of Bright Red #AA1A1F
RGB
CMYK
RGB Variations
Color information
#AA1A1F (or 0xAA1A1F) is known color: Bright Red. HEX triplet: AA, 1A and 1F. RGB value is (170,26,31). Sum of RGB (Red+Green+Blue) = 170+26+31=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1A1F is #55E5E0. Grayscale: #454545. Windows color (decimal): -5629409 or 2038442. OLE color: 2038442.
HSL color Cylindrical-coordinate representation of color #AA1A1F: hue angle of 357.92º 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 #AA1A1F is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 26 | 31 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.33 |
| HSL | 357.92º | 0.73% | 0.38% | - |
| HSV(B) | 357.92º | 0.85% | 0.67% | - |
| XYZ | 17.19 | 9.38 | 2.2 | - |
| YUV | 69.63 | 106.21 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 26 | 31 | 0 | 0.85 | 0.82 | 0.33 | 357.92 | 0.73 | 0.38 |
| Hex | AA | 1A | 1F | 0 | 55 | 52 | 21 | 166 | 49 | 26 |
| Octal | 252 | 32 | 37 | 0 | 125 | 122 | 41 | 546 | 111 | 46 |
| Binary | 10101010 | 11010 | 11111 | 0 | 1010101 | 1010010 | 100001 | 101100110 | 1001001 | 100110 |
Color Harmonies of #AA1A1F
Complementary color
Monochromatic Colors of #AA1A1F
Black with #AA1A1F
Text Example
Text Example
White with #AA1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1A1F; }
p { color: rgb(170,26,31); }
H1.HeaderClassName
{
color: #AA1A1F;
}
.AnyTagClassName
{
color: #AA1A1F;
}
</style>
background-color css
<style>
a { background-color: #AA1A1F; }
a { background-color: rgb(170,26,31); }
div.DivClassName
{
background-color: #AA1A1F;
}
.BgClassName
{
background-color: #AA1A1F;
}
</style>
border-color css
<style>
span { border-color: #AA1A1F; }
span { border-color: rgb(170,26,31); }
td.TdClassName
{
border-color: #AA1A1F;
}
.TagClassName
{
border-color: #AA1A1F;
}
</style>