Shades of Bright Red #A01527
Tints of Bright Red #A01527
RGB
CMYK
RGB Variations
Color information
#A01527 (or 0xA01527) is known color: Bright Red. HEX triplet: A0, 15 and 27. RGB value is (160,21,39). Sum of RGB (Red+Green+Blue) = 160+21+39=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 39 (15.62% from 255 or 17.73% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A01527 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01527 is #5FEAD8. Grayscale: #404040. Windows color (decimal): -6286041 or 2561440. OLE color: 2561440.
HSL color Cylindrical-coordinate representation of color #A01527: hue angle of 352.23º 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 #A01527 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 39 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.37 |
| HSL | 352.23º | 0.77% | 0.35% | - |
| HSV(B) | 352.23º | 0.87% | 0.63% | - |
| XYZ | 15.13 | 8.16 | 2.7 | - |
| YUV | 64.61 | 113.55 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 39 | 0 | 0.87 | 0.76 | 0.37 | 352.23 | 0.77 | 0.35 |
| Hex | A0 | 15 | 27 | 0 | 57 | 4C | 25 | 160 | 4D | 23 |
| Octal | 240 | 25 | 47 | 0 | 127 | 114 | 45 | 540 | 115 | 43 |
| Binary | 10100000 | 10101 | 100111 | 0 | 1010111 | 1001100 | 100101 | 101100000 | 1001101 | 100011 |
Color Harmonies of #A01527
Complementary color
Monochromatic Colors of #A01527
Black with #A01527
Text Example
Text Example
White with #A01527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01527; }
p { color: rgb(160,21,39); }
H1.HeaderClassName
{
color: #A01527;
}
.AnyTagClassName
{
color: #A01527;
}
</style>
background-color css
<style>
a { background-color: #A01527; }
a { background-color: rgb(160,21,39); }
div.DivClassName
{
background-color: #A01527;
}
.BgClassName
{
background-color: #A01527;
}
</style>
border-color css
<style>
span { border-color: #A01527; }
span { border-color: rgb(160,21,39); }
td.TdClassName
{
border-color: #A01527;
}
.TagClassName
{
border-color: #A01527;
}
</style>