Shades of Bright Red #A01239
Tints of Bright Red #A01239
RGB
CMYK
RGB Variations
Color information
#A01239 (or 0xA01239) is known color: Bright Red. HEX triplet: A0, 12 and 39. RGB value is (160,18,57). Sum of RGB (Red+Green+Blue) = 160+18+57=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A01239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01239 is #5FEDC6. Grayscale: #404040. Windows color (decimal): -6286791 or 3740320. OLE color: 3740320.
HSL color Cylindrical-coordinate representation of color #A01239: hue angle of 343.52º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A01239 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 57 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.37 |
| HSL | 343.52º | 0.8% | 0.35% | - |
| HSV(B) | 343.52º | 0.89% | 0.63% | - |
| XYZ | 15.45 | 8.2 | 4.64 | - |
| YUV | 64.9 | 123.54 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 57 | 0 | 0.89 | 0.64 | 0.37 | 343.52 | 0.8 | 0.35 |
| Hex | A0 | 12 | 39 | 0 | 59 | 40 | 25 | 158 | 50 | 23 |
| Octal | 240 | 22 | 71 | 0 | 131 | 100 | 45 | 530 | 120 | 43 |
| Binary | 10100000 | 10010 | 111001 | 0 | 1011001 | 1000000 | 100101 | 101011000 | 1010000 | 100011 |
Color Harmonies of #A01239
Complementary color
Monochromatic Colors of #A01239
Black with #A01239
Text Example
Text Example
White with #A01239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01239; }
p { color: rgb(160,18,57); }
H1.HeaderClassName
{
color: #A01239;
}
.AnyTagClassName
{
color: #A01239;
}
</style>
background-color css
<style>
a { background-color: #A01239; }
a { background-color: rgb(160,18,57); }
div.DivClassName
{
background-color: #A01239;
}
.BgClassName
{
background-color: #A01239;
}
</style>
border-color css
<style>
span { border-color: #A01239; }
span { border-color: rgb(160,18,57); }
td.TdClassName
{
border-color: #A01239;
}
.TagClassName
{
border-color: #A01239;
}
</style>