Shades of Bright Red #A02537
Tints of Bright Red #A02537
RGB
CMYK
RGB Variations
Color information
#A02537 (or 0xA02537) is known color: Bright Red. HEX triplet: A0, 25 and 37. RGB value is (160,37,55). Sum of RGB (Red+Green+Blue) = 160+37+55=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A02537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02537 is #5FDAC8. Grayscale: #4B4B4B. Windows color (decimal): -6281929 or 3614112. OLE color: 3614112.
HSL color Cylindrical-coordinate representation of color #A02537: hue angle of 351.22º 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 #A02537 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 55 | - |
| CMYK | 0 | 0.77 | 0.66 | 0.37 |
| HSL | 351.22º | 0.62% | 0.39% | - |
| HSV(B) | 351.22º | 0.77% | 0.63% | - |
| XYZ | 15.85 | 9.07 | 4.53 | - |
| YUV | 75.83 | 116.25 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 55 | 0 | 0.77 | 0.66 | 0.37 | 351.22 | 0.62 | 0.39 |
| Hex | A0 | 25 | 37 | 0 | 4D | 42 | 25 | 15F | 3E | 27 |
| Octal | 240 | 45 | 67 | 0 | 115 | 102 | 45 | 537 | 76 | 47 |
| Binary | 10100000 | 100101 | 110111 | 0 | 1001101 | 1000010 | 100101 | 101011111 | 111110 | 100111 |
Color Harmonies of #A02537
Complementary color
Monochromatic Colors of #A02537
Black with #A02537
Text Example
Text Example
White with #A02537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02537; }
p { color: rgb(160,37,55); }
H1.HeaderClassName
{
color: #A02537;
}
.AnyTagClassName
{
color: #A02537;
}
</style>
background-color css
<style>
a { background-color: #A02537; }
a { background-color: rgb(160,37,55); }
div.DivClassName
{
background-color: #A02537;
}
.BgClassName
{
background-color: #A02537;
}
</style>
border-color css
<style>
span { border-color: #A02537; }
span { border-color: rgb(160,37,55); }
td.TdClassName
{
border-color: #A02537;
}
.TagClassName
{
border-color: #A02537;
}
</style>