Shades of Bright Red #A41A26
Tints of Bright Red #A41A26
RGB
CMYK
RGB Variations
Color information
#A41A26 (or 0xA41A26) is known color: Bright Red. HEX triplet: A4, 1A and 26. RGB value is (164,26,38). Sum of RGB (Red+Green+Blue) = 164+26+38=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A26 is #5BE5D9. Grayscale: #444444. Windows color (decimal): -6022618 or 2497188. OLE color: 2497188.
HSL color Cylindrical-coordinate representation of color #A41A26: hue angle of 354.78º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41A26 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 38 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.36 |
| HSL | 354.78º | 0.73% | 0.37% | - |
| HSV(B) | 354.78º | 0.84% | 0.64% | - |
| XYZ | 16.03 | 8.77 | 2.68 | - |
| YUV | 68.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 38 | 0 | 0.84 | 0.77 | 0.36 | 354.78 | 0.73 | 0.37 |
| Hex | A4 | 1A | 26 | 0 | 54 | 4D | 24 | 163 | 49 | 25 |
| Octal | 244 | 32 | 46 | 0 | 124 | 115 | 44 | 543 | 111 | 45 |
| Binary | 10100100 | 11010 | 100110 | 0 | 1010100 | 1001101 | 100100 | 101100011 | 1001001 | 100101 |
Color Harmonies of #A41A26
Complementary color
Monochromatic Colors of #A41A26
Black with #A41A26
Text Example
Text Example
White with #A41A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A26; }
p { color: rgb(164,26,38); }
H1.HeaderClassName
{
color: #A41A26;
}
.AnyTagClassName
{
color: #A41A26;
}
</style>
background-color css
<style>
a { background-color: #A41A26; }
a { background-color: rgb(164,26,38); }
div.DivClassName
{
background-color: #A41A26;
}
.BgClassName
{
background-color: #A41A26;
}
</style>
border-color css
<style>
span { border-color: #A41A26; }
span { border-color: rgb(164,26,38); }
td.TdClassName
{
border-color: #A41A26;
}
.TagClassName
{
border-color: #A41A26;
}
</style>