Shades of Bright Red #A52040
Tints of Bright Red #A52040
RGB
CMYK
RGB Variations
Color information
#A52040 (or 0xA52040) is known color: Bright Red. HEX triplet: A5, 20 and 40. RGB value is (165,32,64). Sum of RGB (Red+Green+Blue) = 165+32+64=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A52040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52040 is #5ADFBF. Grayscale: #4B4B4B. Windows color (decimal): -5955520 or 4202661. OLE color: 4202661.
HSL color Cylindrical-coordinate representation of color #A52040: hue angle of 345.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A52040 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 32 | 64 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.35 |
| HSL | 345.56º | 0.68% | 0.39% | - |
| HSV(B) | 345.56º | 0.81% | 0.65% | - |
| XYZ | 16.96 | 9.4 | 5.77 | - |
| YUV | 75.42 | 121.56 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 64 | 0 | 0.81 | 0.61 | 0.35 | 345.56 | 0.68 | 0.39 |
| Hex | A5 | 20 | 40 | 0 | 51 | 3D | 23 | 15A | 44 | 27 |
| Octal | 245 | 40 | 100 | 0 | 121 | 75 | 43 | 532 | 104 | 47 |
| Binary | 10100101 | 100000 | 1000000 | 0 | 1010001 | 111101 | 100011 | 101011010 | 1000100 | 100111 |
Color Harmonies of #A52040
Complementary color
Monochromatic Colors of #A52040
Black with #A52040
Text Example
Text Example
White with #A52040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52040; }
p { color: rgb(165,32,64); }
H1.HeaderClassName
{
color: #A52040;
}
.AnyTagClassName
{
color: #A52040;
}
</style>
background-color css
<style>
a { background-color: #A52040; }
a { background-color: rgb(165,32,64); }
div.DivClassName
{
background-color: #A52040;
}
.BgClassName
{
background-color: #A52040;
}
</style>
border-color css
<style>
span { border-color: #A52040; }
span { border-color: rgb(165,32,64); }
td.TdClassName
{
border-color: #A52040;
}
.TagClassName
{
border-color: #A52040;
}
</style>