Shades of Bright Red #A0253E
Tints of Bright Red #A0253E
RGB
CMYK
RGB Variations
Color information
#A0253E (or 0xA0253E) is known color: Bright Red. HEX triplet: A0, 25 and 3E. RGB value is (160,37,62). Sum of RGB (Red+Green+Blue) = 160+37+62=259 (34% of max value = 765). Red value is 160 (62.89% from 255 or 61.78% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 160 - color contains mainly: red. Hex color #A0253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0253E is #5FDAC1. Grayscale: #4C4C4C. Windows color (decimal): -6281922 or 4072864. OLE color: 4072864.
HSL color Cylindrical-coordinate representation of color #A0253E: hue angle of 347.8º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0253E is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 62 | - |
| CMYK | 0 | 0.77 | 0.61 | 0.37 |
| HSL | 347.8º | 0.62% | 0.39% | - |
| HSV(B) | 347.8º | 0.77% | 0.63% | - |
| XYZ | 16.03 | 9.14 | 5.48 | - |
| YUV | 76.63 | 119.75 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 62 | 0 | 0.77 | 0.61 | 0.37 | 347.8 | 0.62 | 0.39 |
| Hex | A0 | 25 | 3E | 0 | 4D | 3D | 25 | 15C | 3E | 27 |
| Octal | 240 | 45 | 76 | 0 | 115 | 75 | 45 | 534 | 76 | 47 |
| Binary | 10100000 | 100101 | 111110 | 0 | 1001101 | 111101 | 100101 | 101011100 | 111110 | 100111 |
Color Harmonies of #A0253E
Complementary color
Monochromatic Colors of #A0253E
Black with #A0253E
Text Example
Text Example
White with #A0253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0253E; }
p { color: rgb(160,37,62); }
H1.HeaderClassName
{
color: #A0253E;
}
.AnyTagClassName
{
color: #A0253E;
}
</style>
background-color css
<style>
a { background-color: #A0253E; }
a { background-color: rgb(160,37,62); }
div.DivClassName
{
background-color: #A0253E;
}
.BgClassName
{
background-color: #A0253E;
}
</style>
border-color css
<style>
span { border-color: #A0253E; }
span { border-color: rgb(160,37,62); }
td.TdClassName
{
border-color: #A0253E;
}
.TagClassName
{
border-color: #A0253E;
}
</style>