Shades of Bright Red #A0293A
Tints of Bright Red #A0293A
RGB
CMYK
RGB Variations
Color information
#A0293A (or 0xA0293A) is known color: Bright Red. HEX triplet: A0, 29 and 3A. RGB value is (160,41,58). Sum of RGB (Red+Green+Blue) = 160+41+58=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0293A is #5FD6C5. Grayscale: #4E4E4E. Windows color (decimal): -6280902 or 3811744. OLE color: 3811744.
HSL color Cylindrical-coordinate representation of color #A0293A: hue angle of 351.43º 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 #A0293A is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 41 | 58 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.37 |
| HSL | 351.43º | 0.59% | 0.39% | - |
| HSV(B) | 351.43º | 0.74% | 0.63% | - |
| XYZ | 16.05 | 9.36 | 4.96 | - |
| YUV | 78.52 | 116.42 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 41 | 58 | 0 | 0.74 | 0.64 | 0.37 | 351.43 | 0.59 | 0.39 |
| Hex | A0 | 29 | 3A | 0 | 4A | 40 | 25 | 15F | 3B | 27 |
| Octal | 240 | 51 | 72 | 0 | 112 | 100 | 45 | 537 | 73 | 47 |
| Binary | 10100000 | 101001 | 111010 | 0 | 1001010 | 1000000 | 100101 | 101011111 | 111011 | 100111 |
Color Harmonies of #A0293A
Complementary color
Monochromatic Colors of #A0293A
Black with #A0293A
Text Example
Text Example
White with #A0293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0293A; }
p { color: rgb(160,41,58); }
H1.HeaderClassName
{
color: #A0293A;
}
.AnyTagClassName
{
color: #A0293A;
}
</style>
background-color css
<style>
a { background-color: #A0293A; }
a { background-color: rgb(160,41,58); }
div.DivClassName
{
background-color: #A0293A;
}
.BgClassName
{
background-color: #A0293A;
}
</style>
border-color css
<style>
span { border-color: #A0293A; }
span { border-color: rgb(160,41,58); }
td.TdClassName
{
border-color: #A0293A;
}
.TagClassName
{
border-color: #A0293A;
}
</style>