Shades of Bright Red #A02439
Tints of Bright Red #A02439
RGB
CMYK
RGB Variations
Color information
#A02439 (or 0xA02439) is known color: Bright Red. HEX triplet: A0, 24 and 39. RGB value is (160,36,57). Sum of RGB (Red+Green+Blue) = 160+36+57=253 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.24% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 57 (22.66% from 255 or 22.53% from 253); Max value from RGB is 160 - color contains mainly: red. Hex color #A02439 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02439 is #5FDBC6. Grayscale: #4B4B4B. Windows color (decimal): -6282183 or 3744928. OLE color: 3744928.
HSL color Cylindrical-coordinate representation of color #A02439: hue angle of 349.84º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02439 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 36 | 57 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.37 |
| HSL | 349.84º | 0.63% | 0.38% | - |
| HSV(B) | 349.84º | 0.78% | 0.63% | - |
| XYZ | 15.87 | 9.03 | 4.78 | - |
| YUV | 75.47 | 117.58 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 36 | 57 | 0 | 0.78 | 0.64 | 0.37 | 349.84 | 0.63 | 0.38 |
| Hex | A0 | 24 | 39 | 0 | 4E | 40 | 25 | 15E | 3F | 26 |
| Octal | 240 | 44 | 71 | 0 | 116 | 100 | 45 | 536 | 77 | 46 |
| Binary | 10100000 | 100100 | 111001 | 0 | 1001110 | 1000000 | 100101 | 101011110 | 111111 | 100110 |
Color Harmonies of #A02439
Complementary color
Monochromatic Colors of #A02439
Black with #A02439
Text Example
Text Example
White with #A02439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02439; }
p { color: rgb(160,36,57); }
H1.HeaderClassName
{
color: #A02439;
}
.AnyTagClassName
{
color: #A02439;
}
</style>
background-color css
<style>
a { background-color: #A02439; }
a { background-color: rgb(160,36,57); }
div.DivClassName
{
background-color: #A02439;
}
.BgClassName
{
background-color: #A02439;
}
</style>
border-color css
<style>
span { border-color: #A02439; }
span { border-color: rgb(160,36,57); }
td.TdClassName
{
border-color: #A02439;
}
.TagClassName
{
border-color: #A02439;
}
</style>