Shades of Bright Red #A01629
Tints of Bright Red #A01629
RGB
CMYK
RGB Variations
Color information
#A01629 (or 0xA01629) is known color: Bright Red. HEX triplet: A0, 16 and 29. RGB value is (160,22,41). Sum of RGB (Red+Green+Blue) = 160+22+41=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A01629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01629 is #5FE9D6. Grayscale: #414141. Windows color (decimal): -6285783 or 2692768. OLE color: 2692768.
HSL color Cylindrical-coordinate representation of color #A01629: hue angle of 351.74º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01629 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 22 | 41 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.37 |
| HSL | 351.74º | 0.76% | 0.36% | - |
| HSV(B) | 351.74º | 0.86% | 0.63% | - |
| XYZ | 15.18 | 8.21 | 2.88 | - |
| YUV | 65.43 | 114.22 | 195.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 41 | 0 | 0.86 | 0.74 | 0.37 | 351.74 | 0.76 | 0.36 |
| Hex | A0 | 16 | 29 | 0 | 56 | 4A | 25 | 160 | 4C | 24 |
| Octal | 240 | 26 | 51 | 0 | 126 | 112 | 45 | 540 | 114 | 44 |
| Binary | 10100000 | 10110 | 101001 | 0 | 1010110 | 1001010 | 100101 | 101100000 | 1001100 | 100100 |
Color Harmonies of #A01629
Complementary color
Monochromatic Colors of #A01629
Black with #A01629
Text Example
Text Example
White with #A01629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01629; }
p { color: rgb(160,22,41); }
H1.HeaderClassName
{
color: #A01629;
}
.AnyTagClassName
{
color: #A01629;
}
</style>
background-color css
<style>
a { background-color: #A01629; }
a { background-color: rgb(160,22,41); }
div.DivClassName
{
background-color: #A01629;
}
.BgClassName
{
background-color: #A01629;
}
</style>
border-color css
<style>
span { border-color: #A01629; }
span { border-color: rgb(160,22,41); }
td.TdClassName
{
border-color: #A01629;
}
.TagClassName
{
border-color: #A01629;
}
</style>