Shades of Bright Red #AA1C2C
Tints of Bright Red #AA1C2C
RGB
CMYK
RGB Variations
Color information
#AA1C2C (or 0xAA1C2C) is known color: Bright Red. HEX triplet: AA, 1C and 2C. RGB value is (170,28,44). Sum of RGB (Red+Green+Blue) = 170+28+44=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C2C is #55E3D3. Grayscale: #484848. Windows color (decimal): -5628884 or 2890922. OLE color: 2890922.
HSL color Cylindrical-coordinate representation of color #AA1C2C: hue angle of 353.24º 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 #AA1C2C is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 44 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.33 |
| HSL | 353.24º | 0.72% | 0.39% | - |
| HSV(B) | 353.24º | 0.84% | 0.67% | - |
| XYZ | 17.45 | 9.56 | 3.31 | - |
| YUV | 72.28 | 112.04 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 44 | 0 | 0.84 | 0.74 | 0.33 | 353.24 | 0.72 | 0.39 |
| Hex | AA | 1C | 2C | 0 | 54 | 4A | 21 | 161 | 48 | 27 |
| Octal | 252 | 34 | 54 | 0 | 124 | 112 | 41 | 541 | 110 | 47 |
| Binary | 10101010 | 11100 | 101100 | 0 | 1010100 | 1001010 | 100001 | 101100001 | 1001000 | 100111 |
Color Harmonies of #AA1C2C
Complementary color
Monochromatic Colors of #AA1C2C
Black with #AA1C2C
Text Example
Text Example
White with #AA1C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C2C; }
p { color: rgb(170,28,44); }
H1.HeaderClassName
{
color: #AA1C2C;
}
.AnyTagClassName
{
color: #AA1C2C;
}
</style>
background-color css
<style>
a { background-color: #AA1C2C; }
a { background-color: rgb(170,28,44); }
div.DivClassName
{
background-color: #AA1C2C;
}
.BgClassName
{
background-color: #AA1C2C;
}
</style>
border-color css
<style>
span { border-color: #AA1C2C; }
span { border-color: rgb(170,28,44); }
td.TdClassName
{
border-color: #AA1C2C;
}
.TagClassName
{
border-color: #AA1C2C;
}
</style>