Shades of Bright Red #A0192B
Tints of Bright Red #A0192B
RGB
CMYK
RGB Variations
Color information
#A0192B (or 0xA0192B) is known color: Bright Red. HEX triplet: A0, 19 and 2B. RGB value is (160,25,43). Sum of RGB (Red+Green+Blue) = 160+25+43=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A0192B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0192B is #5FE6D4. Grayscale: #434343. Windows color (decimal): -6285013 or 2824608. OLE color: 2824608.
HSL color Cylindrical-coordinate representation of color #A0192B: hue angle of 352º 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 #A0192B is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 43 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.37 |
| HSL | 352º | 0.73% | 0.36% | - |
| HSV(B) | 352º | 0.84% | 0.63% | - |
| XYZ | 15.28 | 8.34 | 3.09 | - |
| YUV | 67.42 | 114.23 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 43 | 0 | 0.84 | 0.73 | 0.37 | 352 | 0.73 | 0.36 |
| Hex | A0 | 19 | 2B | 0 | 54 | 49 | 25 | 160 | 49 | 24 |
| Octal | 240 | 31 | 53 | 0 | 124 | 111 | 45 | 540 | 111 | 44 |
| Binary | 10100000 | 11001 | 101011 | 0 | 1010100 | 1001001 | 100101 | 101100000 | 1001001 | 100100 |
Color Harmonies of #A0192B
Complementary color
Monochromatic Colors of #A0192B
Black with #A0192B
Text Example
Text Example
White with #A0192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0192B; }
p { color: rgb(160,25,43); }
H1.HeaderClassName
{
color: #A0192B;
}
.AnyTagClassName
{
color: #A0192B;
}
</style>
background-color css
<style>
a { background-color: #A0192B; }
a { background-color: rgb(160,25,43); }
div.DivClassName
{
background-color: #A0192B;
}
.BgClassName
{
background-color: #A0192B;
}
</style>
border-color css
<style>
span { border-color: #A0192B; }
span { border-color: rgb(160,25,43); }
td.TdClassName
{
border-color: #A0192B;
}
.TagClassName
{
border-color: #A0192B;
}
</style>