Shades of Bright Red #A0193A
Tints of Bright Red #A0193A
RGB
CMYK
RGB Variations
Color information
#A0193A (or 0xA0193A) is known color: Bright Red. HEX triplet: A0, 19 and 3A. RGB value is (160,25,58). Sum of RGB (Red+Green+Blue) = 160+25+58=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A0193A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0193A is #5FE6C5. Grayscale: #454545. Windows color (decimal): -6284998 or 3807648. OLE color: 3807648.
HSL color Cylindrical-coordinate representation of color #A0193A: hue angle of 345.33º 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 #A0193A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 58 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.37 |
| HSL | 345.33º | 0.73% | 0.36% | - |
| HSV(B) | 345.33º | 0.84% | 0.63% | - |
| XYZ | 15.61 | 8.47 | 4.82 | - |
| YUV | 69.13 | 121.73 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 58 | 0 | 0.84 | 0.64 | 0.37 | 345.33 | 0.73 | 0.36 |
| Hex | A0 | 19 | 3A | 0 | 54 | 40 | 25 | 159 | 49 | 24 |
| Octal | 240 | 31 | 72 | 0 | 124 | 100 | 45 | 531 | 111 | 44 |
| Binary | 10100000 | 11001 | 111010 | 0 | 1010100 | 1000000 | 100101 | 101011001 | 1001001 | 100100 |
Color Harmonies of #A0193A
Complementary color
Monochromatic Colors of #A0193A
Black with #A0193A
Text Example
Text Example
White with #A0193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0193A; }
p { color: rgb(160,25,58); }
H1.HeaderClassName
{
color: #A0193A;
}
.AnyTagClassName
{
color: #A0193A;
}
</style>
background-color css
<style>
a { background-color: #A0193A; }
a { background-color: rgb(160,25,58); }
div.DivClassName
{
background-color: #A0193A;
}
.BgClassName
{
background-color: #A0193A;
}
</style>
border-color css
<style>
span { border-color: #A0193A; }
span { border-color: rgb(160,25,58); }
td.TdClassName
{
border-color: #A0193A;
}
.TagClassName
{
border-color: #A0193A;
}
</style>