Shades of Bright Red #A0192F
Tints of Bright Red #A0192F
RGB
CMYK
RGB Variations
Color information
#A0192F (or 0xA0192F) is known color: Bright Red. HEX triplet: A0, 19 and 2F. RGB value is (160,25,47). Sum of RGB (Red+Green+Blue) = 160+25+47=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A0192F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0192F is #5FE6D0. Grayscale: #434343. Windows color (decimal): -6285009 or 3086752. OLE color: 3086752.
HSL color Cylindrical-coordinate representation of color #A0192F: hue angle of 350.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0192F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 47 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.37 |
| HSL | 350.22º | 0.73% | 0.36% | - |
| HSV(B) | 350.22º | 0.84% | 0.63% | - |
| XYZ | 15.36 | 8.37 | 3.5 | - |
| YUV | 67.87 | 116.23 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 47 | 0 | 0.84 | 0.71 | 0.37 | 350.22 | 0.73 | 0.36 |
| Hex | A0 | 19 | 2F | 0 | 54 | 47 | 25 | 15E | 49 | 24 |
| Octal | 240 | 31 | 57 | 0 | 124 | 107 | 45 | 536 | 111 | 44 |
| Binary | 10100000 | 11001 | 101111 | 0 | 1010100 | 1000111 | 100101 | 101011110 | 1001001 | 100100 |
Color Harmonies of #A0192F
Complementary color
Monochromatic Colors of #A0192F
Black with #A0192F
Text Example
Text Example
White with #A0192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0192F; }
p { color: rgb(160,25,47); }
H1.HeaderClassName
{
color: #A0192F;
}
.AnyTagClassName
{
color: #A0192F;
}
</style>
background-color css
<style>
a { background-color: #A0192F; }
a { background-color: rgb(160,25,47); }
div.DivClassName
{
background-color: #A0192F;
}
.BgClassName
{
background-color: #A0192F;
}
</style>
border-color css
<style>
span { border-color: #A0192F; }
span { border-color: rgb(160,25,47); }
td.TdClassName
{
border-color: #A0192F;
}
.TagClassName
{
border-color: #A0192F;
}
</style>