Shades of Bright Red #A0293E
Tints of Bright Red #A0293E
RGB
CMYK
RGB Variations
Color information
#A0293E (or 0xA0293E) is known color: Bright Red. HEX triplet: A0, 29 and 3E. RGB value is (160,41,62). Sum of RGB (Red+Green+Blue) = 160+41+62=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A0293E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0293E is #5FD6C1. Grayscale: #4F4F4F. Windows color (decimal): -6280898 or 4073888. OLE color: 4073888.
HSL color Cylindrical-coordinate representation of color #A0293E: hue angle of 349.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0293E is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 62 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.37 |
| HSL | 349.41º | 0.59% | 0.39% | - |
| HSV(B) | 349.41º | 0.74% | 0.63% | - |
| XYZ | 16.16 | 9.41 | 5.52 | - |
| YUV | 78.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 62 | 0 | 0.74 | 0.61 | 0.37 | 349.41 | 0.59 | 0.39 |
| Hex | A0 | 29 | 3E | 0 | 4A | 3D | 25 | 15D | 3B | 27 |
| Octal | 240 | 51 | 76 | 0 | 112 | 75 | 45 | 535 | 73 | 47 |
| Binary | 10100000 | 101001 | 111110 | 0 | 1001010 | 111101 | 100101 | 101011101 | 111011 | 100111 |
Color Harmonies of #A0293E
Complementary color
Monochromatic Colors of #A0293E
Black with #A0293E
Text Example
Text Example
White with #A0293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0293E; }
p { color: rgb(160,41,62); }
H1.HeaderClassName
{
color: #A0293E;
}
.AnyTagClassName
{
color: #A0293E;
}
</style>
background-color css
<style>
a { background-color: #A0293E; }
a { background-color: rgb(160,41,62); }
div.DivClassName
{
background-color: #A0293E;
}
.BgClassName
{
background-color: #A0293E;
}
</style>
border-color css
<style>
span { border-color: #A0293E; }
span { border-color: rgb(160,41,62); }
td.TdClassName
{
border-color: #A0293E;
}
.TagClassName
{
border-color: #A0293E;
}
</style>