Shades of Bright Red #A41529
Tints of Bright Red #A41529
RGB
CMYK
RGB Variations
Color information
#A41529 (or 0xA41529) is known color: Bright Red. HEX triplet: A4, 15 and 29. RGB value is (164,21,41). Sum of RGB (Red+Green+Blue) = 164+21+41=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 41 (16.41% from 255 or 18.14% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A41529 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41529 is #5BEAD6. Grayscale: #424242. Windows color (decimal): -6023895 or 2692516. OLE color: 2692516.
HSL color Cylindrical-coordinate representation of color #A41529: hue angle of 351.61º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41529 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 21 | 41 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.36 |
| HSL | 351.61º | 0.77% | 0.36% | - |
| HSV(B) | 351.61º | 0.87% | 0.64% | - |
| XYZ | 15.98 | 8.59 | 2.91 | - |
| YUV | 66.04 | 113.88 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 21 | 41 | 0 | 0.87 | 0.75 | 0.36 | 351.61 | 0.77 | 0.36 |
| Hex | A4 | 15 | 29 | 0 | 57 | 4B | 24 | 160 | 4D | 24 |
| Octal | 244 | 25 | 51 | 0 | 127 | 113 | 44 | 540 | 115 | 44 |
| Binary | 10100100 | 10101 | 101001 | 0 | 1010111 | 1001011 | 100100 | 101100000 | 1001101 | 100100 |
Color Harmonies of #A41529
Complementary color
Monochromatic Colors of #A41529
Black with #A41529
Text Example
Text Example
White with #A41529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41529; }
p { color: rgb(164,21,41); }
H1.HeaderClassName
{
color: #A41529;
}
.AnyTagClassName
{
color: #A41529;
}
</style>
background-color css
<style>
a { background-color: #A41529; }
a { background-color: rgb(164,21,41); }
div.DivClassName
{
background-color: #A41529;
}
.BgClassName
{
background-color: #A41529;
}
</style>
border-color css
<style>
span { border-color: #A41529; }
span { border-color: rgb(164,21,41); }
td.TdClassName
{
border-color: #A41529;
}
.TagClassName
{
border-color: #A41529;
}
</style>