Shades of Bright Red #A01E3C
Tints of Bright Red #A01E3C
RGB
CMYK
RGB Variations
Color information
#A01E3C (or 0xA01E3C) is known color: Bright Red. HEX triplet: A0, 1E and 3C. RGB value is (160,30,60). Sum of RGB (Red+Green+Blue) = 160+30+60=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A01E3C is #5FE1C3. Grayscale: #484848. Windows color (decimal): -6283716 or 3940000. OLE color: 3940000.
HSL color Cylindrical-coordinate representation of color #A01E3C: hue angle of 346.15º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A01E3C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 60 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.37 |
| HSL | 346.15º | 0.68% | 0.37% | - |
| HSV(B) | 346.15º | 0.81% | 0.63% | - |
| XYZ | 15.78 | 8.73 | 5.13 | - |
| YUV | 72.29 | 121.07 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 60 | 0 | 0.81 | 0.62 | 0.37 | 346.15 | 0.68 | 0.37 |
| Hex | A0 | 1E | 3C | 0 | 51 | 3E | 25 | 15A | 44 | 25 |
| Octal | 240 | 36 | 74 | 0 | 121 | 76 | 45 | 532 | 104 | 45 |
| Binary | 10100000 | 11110 | 111100 | 0 | 1010001 | 111110 | 100101 | 101011010 | 1000100 | 100101 |
Color Harmonies of #A01E3C
Complementary color
Monochromatic Colors of #A01E3C
Black with #A01E3C
Text Example
Text Example
White with #A01E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E3C; }
p { color: rgb(160,30,60); }
H1.HeaderClassName
{
color: #A01E3C;
}
.AnyTagClassName
{
color: #A01E3C;
}
</style>
background-color css
<style>
a { background-color: #A01E3C; }
a { background-color: rgb(160,30,60); }
div.DivClassName
{
background-color: #A01E3C;
}
.BgClassName
{
background-color: #A01E3C;
}
</style>
border-color css
<style>
span { border-color: #A01E3C; }
span { border-color: rgb(160,30,60); }
td.TdClassName
{
border-color: #A01E3C;
}
.TagClassName
{
border-color: #A01E3C;
}
</style>