Shades of Bright Red #A2192F
Tints of Bright Red #A2192F
RGB
CMYK
RGB Variations
Color information
#A2192F (or 0xA2192F) is known color: Bright Red. HEX triplet: A2, 19 and 2F. RGB value is (162,25,47). Sum of RGB (Red+Green+Blue) = 162+25+47=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A2192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2192F is #5DE6D0. Grayscale: #444444. Windows color (decimal): -6153937 or 3086754. OLE color: 3086754.
HSL color Cylindrical-coordinate representation of color #A2192F: hue angle of 350.36º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2192F is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 25 | 47 | - |
| CMYK | 0 | 0.85 | 0.71 | 0.36 |
| HSL | 350.37º | 0.73% | 0.37% | - |
| HSV(B) | 350.37º | 0.85% | 0.64% | - |
| XYZ | 15.76 | 8.58 | 3.52 | - |
| YUV | 68.47 | 115.89 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 25 | 47 | 0 | 0.85 | 0.71 | 0.36 | 350.37 | 0.73 | 0.37 |
| Hex | A2 | 19 | 2F | 0 | 55 | 47 | 24 | 15E | 49 | 25 |
| Octal | 242 | 31 | 57 | 0 | 125 | 107 | 44 | 536 | 111 | 45 |
| Binary | 10100010 | 11001 | 101111 | 0 | 1010101 | 1000111 | 100100 | 101011110 | 1001001 | 100101 |
Color Harmonies of #A2192F
Complementary color
Monochromatic Colors of #A2192F
Black with #A2192F
Text Example
Text Example
White with #A2192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2192F; }
p { color: rgb(162,25,47); }
H1.HeaderClassName
{
color: #A2192F;
}
.AnyTagClassName
{
color: #A2192F;
}
</style>
background-color css
<style>
a { background-color: #A2192F; }
a { background-color: rgb(162,25,47); }
div.DivClassName
{
background-color: #A2192F;
}
.BgClassName
{
background-color: #A2192F;
}
</style>
border-color css
<style>
span { border-color: #A2192F; }
span { border-color: rgb(162,25,47); }
td.TdClassName
{
border-color: #A2192F;
}
.TagClassName
{
border-color: #A2192F;
}
</style>