Shades of Bright Red #AA1C2A
Tints of Bright Red #AA1C2A
RGB
CMYK
RGB Variations
Color information
#AA1C2A (or 0xAA1C2A) is known color: Bright Red. HEX triplet: AA, 1C and 2A. RGB value is (170,28,42). Sum of RGB (Red+Green+Blue) = 170+28+42=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C2A is #55E3D5. Grayscale: #484848. Windows color (decimal): -5628886 or 2759850. OLE color: 2759850.
HSL color Cylindrical-coordinate representation of color #AA1C2A: hue angle of 354.08º degrees, saturation: 0.72, 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 #AA1C2A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 42 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.33 |
| HSL | 354.08º | 0.72% | 0.39% | - |
| HSV(B) | 354.08º | 0.84% | 0.67% | - |
| XYZ | 17.41 | 9.54 | 3.11 | - |
| YUV | 72.05 | 111.04 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 42 | 0 | 0.84 | 0.75 | 0.33 | 354.08 | 0.72 | 0.39 |
| Hex | AA | 1C | 2A | 0 | 54 | 4B | 21 | 162 | 48 | 27 |
| Octal | 252 | 34 | 52 | 0 | 124 | 113 | 41 | 542 | 110 | 47 |
| Binary | 10101010 | 11100 | 101010 | 0 | 1010100 | 1001011 | 100001 | 101100010 | 1001000 | 100111 |
Color Harmonies of #AA1C2A
Complementary color
Monochromatic Colors of #AA1C2A
Black with #AA1C2A
Text Example
Text Example
White with #AA1C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C2A; }
p { color: rgb(170,28,42); }
H1.HeaderClassName
{
color: #AA1C2A;
}
.AnyTagClassName
{
color: #AA1C2A;
}
</style>
background-color css
<style>
a { background-color: #AA1C2A; }
a { background-color: rgb(170,28,42); }
div.DivClassName
{
background-color: #AA1C2A;
}
.BgClassName
{
background-color: #AA1C2A;
}
</style>
border-color css
<style>
span { border-color: #AA1C2A; }
span { border-color: rgb(170,28,42); }
td.TdClassName
{
border-color: #AA1C2A;
}
.TagClassName
{
border-color: #AA1C2A;
}
</style>