Shades of Bright Red #A0192E
Tints of Bright Red #A0192E
RGB
CMYK
RGB Variations
Color information
#A0192E (or 0xA0192E) is known color: Bright Red. HEX triplet: A0, 19 and 2E. RGB value is (160,25,46). Sum of RGB (Red+Green+Blue) = 160+25+46=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A0192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0192E is #5FE6D1. Grayscale: #434343. Windows color (decimal): -6285010 or 3021216. OLE color: 3021216.
HSL color Cylindrical-coordinate representation of color #A0192E: hue angle of 350.67º 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 #A0192E is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 46 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.37 |
| HSL | 350.67º | 0.73% | 0.36% | - |
| HSV(B) | 350.67º | 0.84% | 0.63% | - |
| XYZ | 15.34 | 8.37 | 3.39 | - |
| YUV | 67.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 46 | 0 | 0.84 | 0.71 | 0.37 | 350.67 | 0.73 | 0.36 |
| Hex | A0 | 19 | 2E | 0 | 54 | 47 | 25 | 15F | 49 | 24 |
| Octal | 240 | 31 | 56 | 0 | 124 | 107 | 45 | 537 | 111 | 44 |
| Binary | 10100000 | 11001 | 101110 | 0 | 1010100 | 1000111 | 100101 | 101011111 | 1001001 | 100100 |
Color Harmonies of #A0192E
Complementary color
Monochromatic Colors of #A0192E
Black with #A0192E
Text Example
Text Example
White with #A0192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0192E; }
p { color: rgb(160,25,46); }
H1.HeaderClassName
{
color: #A0192E;
}
.AnyTagClassName
{
color: #A0192E;
}
</style>
background-color css
<style>
a { background-color: #A0192E; }
a { background-color: rgb(160,25,46); }
div.DivClassName
{
background-color: #A0192E;
}
.BgClassName
{
background-color: #A0192E;
}
</style>
border-color css
<style>
span { border-color: #A0192E; }
span { border-color: rgb(160,25,46); }
td.TdClassName
{
border-color: #A0192E;
}
.TagClassName
{
border-color: #A0192E;
}
</style>