Shades of Bright Red #AA192A
Tints of Bright Red #AA192A
RGB
CMYK
RGB Variations
Color information
#AA192A (or 0xAA192A) is known color: Bright Red. HEX triplet: AA, 19 and 2A. RGB value is (170,25,42). Sum of RGB (Red+Green+Blue) = 170+25+42=237 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.73% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 170 - color contains mainly: red. Hex color #AA192A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA192A is #55E6D5. Grayscale: #464646. Windows color (decimal): -5629654 or 2759082. OLE color: 2759082.
HSL color Cylindrical-coordinate representation of color #AA192A: hue angle of 352.97º 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 #AA192A is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 42 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.33 |
| HSL | 352.97º | 0.74% | 0.38% | - |
| HSV(B) | 352.97º | 0.85% | 0.67% | - |
| XYZ | 17.34 | 9.41 | 3.09 | - |
| YUV | 70.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 42 | 0 | 0.85 | 0.75 | 0.33 | 352.97 | 0.74 | 0.38 |
| Hex | AA | 19 | 2A | 0 | 55 | 4B | 21 | 161 | 4A | 26 |
| Octal | 252 | 31 | 52 | 0 | 125 | 113 | 41 | 541 | 112 | 46 |
| Binary | 10101010 | 11001 | 101010 | 0 | 1010101 | 1001011 | 100001 | 101100001 | 1001010 | 100110 |
Color Harmonies of #AA192A
Complementary color
Monochromatic Colors of #AA192A
Black with #AA192A
Text Example
Text Example
White with #AA192A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA192A; }
p { color: rgb(170,25,42); }
H1.HeaderClassName
{
color: #AA192A;
}
.AnyTagClassName
{
color: #AA192A;
}
</style>
background-color css
<style>
a { background-color: #AA192A; }
a { background-color: rgb(170,25,42); }
div.DivClassName
{
background-color: #AA192A;
}
.BgClassName
{
background-color: #AA192A;
}
</style>
border-color css
<style>
span { border-color: #AA192A; }
span { border-color: rgb(170,25,42); }
td.TdClassName
{
border-color: #AA192A;
}
.TagClassName
{
border-color: #AA192A;
}
</style>