Shades of Bright Red #AA1C2F
Tints of Bright Red #AA1C2F
RGB
CMYK
RGB Variations
Color information
#AA1C2F (or 0xAA1C2F) is known color: Bright Red. HEX triplet: AA, 1C and 2F. RGB value is (170,28,47). Sum of RGB (Red+Green+Blue) = 170+28+47=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C2F is #55E3D0. Grayscale: #484848. Windows color (decimal): -5628881 or 3087530. OLE color: 3087530.
HSL color Cylindrical-coordinate representation of color #AA1C2F: hue angle of 351.97º 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 #AA1C2F is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 28 | 47 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.33 |
| HSL | 351.97º | 0.72% | 0.39% | - |
| HSV(B) | 351.97º | 0.84% | 0.67% | - |
| XYZ | 17.51 | 9.58 | 3.62 | - |
| YUV | 72.62 | 113.54 | 197.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 28 | 47 | 0 | 0.84 | 0.72 | 0.33 | 351.97 | 0.72 | 0.39 |
| Hex | AA | 1C | 2F | 0 | 54 | 48 | 21 | 160 | 48 | 27 |
| Octal | 252 | 34 | 57 | 0 | 124 | 110 | 41 | 540 | 110 | 47 |
| Binary | 10101010 | 11100 | 101111 | 0 | 1010100 | 1001000 | 100001 | 101100000 | 1001000 | 100111 |
Color Harmonies of #AA1C2F
Complementary color
Monochromatic Colors of #AA1C2F
Black with #AA1C2F
Text Example
Text Example
White with #AA1C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1C2F; }
p { color: rgb(170,28,47); }
H1.HeaderClassName
{
color: #AA1C2F;
}
.AnyTagClassName
{
color: #AA1C2F;
}
</style>
background-color css
<style>
a { background-color: #AA1C2F; }
a { background-color: rgb(170,28,47); }
div.DivClassName
{
background-color: #AA1C2F;
}
.BgClassName
{
background-color: #AA1C2F;
}
</style>
border-color css
<style>
span { border-color: #AA1C2F; }
span { border-color: rgb(170,28,47); }
td.TdClassName
{
border-color: #AA1C2F;
}
.TagClassName
{
border-color: #AA1C2F;
}
</style>