Shades of Bright Red #A0253B
Tints of Bright Red #A0253B
RGB
CMYK
RGB Variations
Color information
#A0253B (or 0xA0253B) is known color: Bright Red. HEX triplet: A0, 25 and 3B. RGB value is (160,37,59). Sum of RGB (Red+Green+Blue) = 160+37+59=256 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.5% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 160 - color contains mainly: red. Hex color #A0253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0253B is #5FDAC4. Grayscale: #4C4C4C. Windows color (decimal): -6281925 or 3876256. OLE color: 3876256.
HSL color Cylindrical-coordinate representation of color #A0253B: hue angle of 349.27º 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 #A0253B is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 59 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.37 |
| HSL | 349.27º | 0.62% | 0.39% | - |
| HSV(B) | 349.27º | 0.77% | 0.63% | - |
| XYZ | 15.95 | 9.11 | 5.06 | - |
| YUV | 76.29 | 118.25 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 59 | 0 | 0.77 | 0.63 | 0.37 | 349.27 | 0.62 | 0.39 |
| Hex | A0 | 25 | 3B | 0 | 4D | 3F | 25 | 15D | 3E | 27 |
| Octal | 240 | 45 | 73 | 0 | 115 | 77 | 45 | 535 | 76 | 47 |
| Binary | 10100000 | 100101 | 111011 | 0 | 1001101 | 111111 | 100101 | 101011101 | 111110 | 100111 |
Color Harmonies of #A0253B
Complementary color
Monochromatic Colors of #A0253B
Black with #A0253B
Text Example
Text Example
White with #A0253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0253B; }
p { color: rgb(160,37,59); }
H1.HeaderClassName
{
color: #A0253B;
}
.AnyTagClassName
{
color: #A0253B;
}
</style>
background-color css
<style>
a { background-color: #A0253B; }
a { background-color: rgb(160,37,59); }
div.DivClassName
{
background-color: #A0253B;
}
.BgClassName
{
background-color: #A0253B;
}
</style>
border-color css
<style>
span { border-color: #A0253B; }
span { border-color: rgb(160,37,59); }
td.TdClassName
{
border-color: #A0253B;
}
.TagClassName
{
border-color: #A0253B;
}
</style>