Shades of Bright Red #A01529
Tints of Bright Red #A01529
RGB
CMYK
RGB Variations
Color information
#A01529 (or 0xA01529) is known color: Bright Red. HEX triplet: A0, 15 and 29. RGB value is (160,21,41). Sum of RGB (Red+Green+Blue) = 160+21+41=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A01529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01529 is #5FEAD6. Grayscale: #404040. Windows color (decimal): -6286039 or 2692512. OLE color: 2692512.
HSL color Cylindrical-coordinate representation of color #A01529: hue angle of 351.37º 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 #A01529 is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 21 | 41 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.37 |
| HSL | 351.37º | 0.77% | 0.35% | - |
| HSV(B) | 351.37º | 0.87% | 0.63% | - |
| XYZ | 15.17 | 8.17 | 2.88 | - |
| YUV | 64.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 21 | 41 | 0 | 0.87 | 0.74 | 0.37 | 351.37 | 0.77 | 0.35 |
| Hex | A0 | 15 | 29 | 0 | 57 | 4A | 25 | 15F | 4D | 23 |
| Octal | 240 | 25 | 51 | 0 | 127 | 112 | 45 | 537 | 115 | 43 |
| Binary | 10100000 | 10101 | 101001 | 0 | 1010111 | 1001010 | 100101 | 101011111 | 1001101 | 100011 |
Color Harmonies of #A01529
Complementary color
Monochromatic Colors of #A01529
Black with #A01529
Text Example
Text Example
White with #A01529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01529; }
p { color: rgb(160,21,41); }
H1.HeaderClassName
{
color: #A01529;
}
.AnyTagClassName
{
color: #A01529;
}
</style>
background-color css
<style>
a { background-color: #A01529; }
a { background-color: rgb(160,21,41); }
div.DivClassName
{
background-color: #A01529;
}
.BgClassName
{
background-color: #A01529;
}
</style>
border-color css
<style>
span { border-color: #A01529; }
span { border-color: rgb(160,21,41); }
td.TdClassName
{
border-color: #A01529;
}
.TagClassName
{
border-color: #A01529;
}
</style>