Shades of Bright Red #AA1921
Tints of Bright Red #AA1921
RGB
CMYK
RGB Variations
Color information
#AA1921 (or 0xAA1921) is known color: Bright Red. HEX triplet: AA, 19 and 21. RGB value is (170,25,33). Sum of RGB (Red+Green+Blue) = 170+25+33=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 33 (13.28% from 255 or 14.47% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1921 is #55E6DE. Grayscale: #454545. Windows color (decimal): -5629663 or 2169258. OLE color: 2169258.
HSL color Cylindrical-coordinate representation of color #AA1921: hue angle of 356.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1921 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 33 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.33 |
| HSL | 356.69º | 0.74% | 0.38% | - |
| HSV(B) | 356.69º | 0.85% | 0.67% | - |
| XYZ | 17.2 | 9.35 | 2.34 | - |
| YUV | 69.27 | 107.54 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 33 | 0 | 0.85 | 0.81 | 0.33 | 356.69 | 0.74 | 0.38 |
| Hex | AA | 19 | 21 | 0 | 55 | 51 | 21 | 165 | 4A | 26 |
| Octal | 252 | 31 | 41 | 0 | 125 | 121 | 41 | 545 | 112 | 46 |
| Binary | 10101010 | 11001 | 100001 | 0 | 1010101 | 1010001 | 100001 | 101100101 | 1001010 | 100110 |
Color Harmonies of #AA1921
Complementary color
Monochromatic Colors of #AA1921
Black with #AA1921
Text Example
Text Example
White with #AA1921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1921; }
p { color: rgb(170,25,33); }
H1.HeaderClassName
{
color: #AA1921;
}
.AnyTagClassName
{
color: #AA1921;
}
</style>
background-color css
<style>
a { background-color: #AA1921; }
a { background-color: rgb(170,25,33); }
div.DivClassName
{
background-color: #AA1921;
}
.BgClassName
{
background-color: #AA1921;
}
</style>
border-color css
<style>
span { border-color: #AA1921; }
span { border-color: rgb(170,25,33); }
td.TdClassName
{
border-color: #AA1921;
}
.TagClassName
{
border-color: #AA1921;
}
</style>