Shades of Bright Red #A52539
Tints of Bright Red #A52539
RGB
CMYK
RGB Variations
Color information
#A52539 (or 0xA52539) is known color: Bright Red. HEX triplet: A5, 25 and 39. RGB value is (165,37,57). Sum of RGB (Red+Green+Blue) = 165+37+57=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 57 (22.66% from 255 or 22.01% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A52539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52539 is #5ADAC6. Grayscale: #4D4D4D. Windows color (decimal): -5954247 or 3745189. OLE color: 3745189.
HSL color Cylindrical-coordinate representation of color #A52539: hue angle of 350.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52539 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 37 | 57 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.35 |
| HSL | 350.63º | 0.63% | 0.4% | - |
| HSV(B) | 350.63º | 0.78% | 0.65% | - |
| XYZ | 16.92 | 9.62 | 4.84 | - |
| YUV | 77.55 | 116.41 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 37 | 57 | 0 | 0.78 | 0.65 | 0.35 | 350.63 | 0.63 | 0.4 |
| Hex | A5 | 25 | 39 | 0 | 4E | 41 | 23 | 15F | 3F | 28 |
| Octal | 245 | 45 | 71 | 0 | 116 | 101 | 43 | 537 | 77 | 50 |
| Binary | 10100101 | 100101 | 111001 | 0 | 1001110 | 1000001 | 100011 | 101011111 | 111111 | 101000 |
Color Harmonies of #A52539
Complementary color
Monochromatic Colors of #A52539
Black with #A52539
Text Example
Text Example
White with #A52539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52539; }
p { color: rgb(165,37,57); }
H1.HeaderClassName
{
color: #A52539;
}
.AnyTagClassName
{
color: #A52539;
}
</style>
background-color css
<style>
a { background-color: #A52539; }
a { background-color: rgb(165,37,57); }
div.DivClassName
{
background-color: #A52539;
}
.BgClassName
{
background-color: #A52539;
}
</style>
border-color css
<style>
span { border-color: #A52539; }
span { border-color: rgb(165,37,57); }
td.TdClassName
{
border-color: #A52539;
}
.TagClassName
{
border-color: #A52539;
}
</style>