Shades of Bright Red #A01535
Tints of Bright Red #A01535
RGB
CMYK
RGB Variations
Color information
#A01535 (or 0xA01535) is known color: Bright Red. HEX triplet: A0, 15 and 35. RGB value is (160,21,53). Sum of RGB (Red+Green+Blue) = 160+21+53=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A01535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01535 is #5FEACA. Grayscale: #424242. Windows color (decimal): -6286027 or 3478944. OLE color: 3478944.
HSL color Cylindrical-coordinate representation of color #A01535: hue angle of 346.19º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01535 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 53 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.37 |
| HSL | 346.19º | 0.77% | 0.35% | - |
| HSV(B) | 346.19º | 0.87% | 0.63% | - |
| XYZ | 15.41 | 8.27 | 4.15 | - |
| YUV | 66.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 53 | 0 | 0.87 | 0.67 | 0.37 | 346.19 | 0.77 | 0.35 |
| Hex | A0 | 15 | 35 | 0 | 57 | 43 | 25 | 15A | 4D | 23 |
| Octal | 240 | 25 | 65 | 0 | 127 | 103 | 45 | 532 | 115 | 43 |
| Binary | 10100000 | 10101 | 110101 | 0 | 1010111 | 1000011 | 100101 | 101011010 | 1001101 | 100011 |
Color Harmonies of #A01535
Complementary color
Monochromatic Colors of #A01535
Black with #A01535
Text Example
Text Example
White with #A01535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01535; }
p { color: rgb(160,21,53); }
H1.HeaderClassName
{
color: #A01535;
}
.AnyTagClassName
{
color: #A01535;
}
</style>
background-color css
<style>
a { background-color: #A01535; }
a { background-color: rgb(160,21,53); }
div.DivClassName
{
background-color: #A01535;
}
.BgClassName
{
background-color: #A01535;
}
</style>
border-color css
<style>
span { border-color: #A01535; }
span { border-color: rgb(160,21,53); }
td.TdClassName
{
border-color: #A01535;
}
.TagClassName
{
border-color: #A01535;
}
</style>