Shades of Bright Red #AA1B2C
Tints of Bright Red #AA1B2C
RGB
CMYK
RGB Variations
Color information
#AA1B2C (or 0xAA1B2C) is known color: Bright Red. HEX triplet: AA, 1B and 2C. RGB value is (170,27,44). Sum of RGB (Red+Green+Blue) = 170+27+44=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1B2C is #55E4D3. Grayscale: #474747. Windows color (decimal): -5629140 or 2890666. OLE color: 2890666.
HSL color Cylindrical-coordinate representation of color #AA1B2C: hue angle of 352.87º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AA1B2C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 27 | 44 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.33 |
| HSL | 352.87º | 0.73% | 0.39% | - |
| HSV(B) | 352.87º | 0.84% | 0.67% | - |
| XYZ | 17.42 | 9.51 | 3.3 | - |
| YUV | 71.7 | 112.38 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 27 | 44 | 0 | 0.84 | 0.74 | 0.33 | 352.87 | 0.73 | 0.39 |
| Hex | AA | 1B | 2C | 0 | 54 | 4A | 21 | 161 | 49 | 27 |
| Octal | 252 | 33 | 54 | 0 | 124 | 112 | 41 | 541 | 111 | 47 |
| Binary | 10101010 | 11011 | 101100 | 0 | 1010100 | 1001010 | 100001 | 101100001 | 1001001 | 100111 |
Color Harmonies of #AA1B2C
Complementary color
Monochromatic Colors of #AA1B2C
Black with #AA1B2C
Text Example
Text Example
White with #AA1B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1B2C; }
p { color: rgb(170,27,44); }
H1.HeaderClassName
{
color: #AA1B2C;
}
.AnyTagClassName
{
color: #AA1B2C;
}
</style>
background-color css
<style>
a { background-color: #AA1B2C; }
a { background-color: rgb(170,27,44); }
div.DivClassName
{
background-color: #AA1B2C;
}
.BgClassName
{
background-color: #AA1B2C;
}
</style>
border-color css
<style>
span { border-color: #AA1B2C; }
span { border-color: rgb(170,27,44); }
td.TdClassName
{
border-color: #AA1B2C;
}
.TagClassName
{
border-color: #AA1B2C;
}
</style>