Shades of Bright Red #AA1727
Tints of Bright Red #AA1727
RGB
CMYK
RGB Variations
Color information
#AA1727 (or 0xAA1727) is known color: Bright Red. HEX triplet: AA, 17 and 27. RGB value is (170,23,39). Sum of RGB (Red+Green+Blue) = 170+23+39=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 23 (9.38% from 255 or 9.91% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1727 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1727 is #55E8D8. Grayscale: #444444. Windows color (decimal): -5630169 or 2561962. OLE color: 2561962.
HSL color Cylindrical-coordinate representation of color #AA1727: hue angle of 353.47º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1727 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 39 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.33 |
| HSL | 353.47º | 0.76% | 0.38% | - |
| HSV(B) | 353.47º | 0.86% | 0.67% | - |
| XYZ | 17.25 | 9.31 | 2.81 | - |
| YUV | 68.78 | 111.2 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 39 | 0 | 0.86 | 0.77 | 0.33 | 353.47 | 0.76 | 0.38 |
| Hex | AA | 17 | 27 | 0 | 56 | 4D | 21 | 161 | 4C | 26 |
| Octal | 252 | 27 | 47 | 0 | 126 | 115 | 41 | 541 | 114 | 46 |
| Binary | 10101010 | 10111 | 100111 | 0 | 1010110 | 1001101 | 100001 | 101100001 | 1001100 | 100110 |
Color Harmonies of #AA1727
Complementary color
Monochromatic Colors of #AA1727
Black with #AA1727
Text Example
Text Example
White with #AA1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1727; }
p { color: rgb(170,23,39); }
H1.HeaderClassName
{
color: #AA1727;
}
.AnyTagClassName
{
color: #AA1727;
}
</style>
background-color css
<style>
a { background-color: #AA1727; }
a { background-color: rgb(170,23,39); }
div.DivClassName
{
background-color: #AA1727;
}
.BgClassName
{
background-color: #AA1727;
}
</style>
border-color css
<style>
span { border-color: #AA1727; }
span { border-color: rgb(170,23,39); }
td.TdClassName
{
border-color: #AA1727;
}
.TagClassName
{
border-color: #AA1727;
}
</style>