Shades of Bright Red #A0253C
Tints of Bright Red #A0253C
RGB
CMYK
RGB Variations
Color information
#A0253C (or 0xA0253C) is known color: Bright Red. HEX triplet: A0, 25 and 3C. RGB value is (160,37,60). Sum of RGB (Red+Green+Blue) = 160+37+60=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A0253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0253C is #5FDAC3. Grayscale: #4C4C4C. Windows color (decimal): -6281924 or 3941792. OLE color: 3941792.
HSL color Cylindrical-coordinate representation of color #A0253C: hue angle of 348.78º 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 #A0253C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 60 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.37 |
| HSL | 348.78º | 0.62% | 0.39% | - |
| HSV(B) | 348.78º | 0.77% | 0.63% | - |
| XYZ | 15.97 | 9.12 | 5.19 | - |
| YUV | 76.4 | 118.75 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 60 | 0 | 0.77 | 0.62 | 0.37 | 348.78 | 0.62 | 0.39 |
| Hex | A0 | 25 | 3C | 0 | 4D | 3E | 25 | 15D | 3E | 27 |
| Octal | 240 | 45 | 74 | 0 | 115 | 76 | 45 | 535 | 76 | 47 |
| Binary | 10100000 | 100101 | 111100 | 0 | 1001101 | 111110 | 100101 | 101011101 | 111110 | 100111 |
Color Harmonies of #A0253C
Complementary color
Monochromatic Colors of #A0253C
Black with #A0253C
Text Example
Text Example
White with #A0253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0253C; }
p { color: rgb(160,37,60); }
H1.HeaderClassName
{
color: #A0253C;
}
.AnyTagClassName
{
color: #A0253C;
}
</style>
background-color css
<style>
a { background-color: #A0253C; }
a { background-color: rgb(160,37,60); }
div.DivClassName
{
background-color: #A0253C;
}
.BgClassName
{
background-color: #A0253C;
}
</style>
border-color css
<style>
span { border-color: #A0253C; }
span { border-color: rgb(160,37,60); }
td.TdClassName
{
border-color: #A0253C;
}
.TagClassName
{
border-color: #A0253C;
}
</style>