Shades of Bright Red #A41A3E
Tints of Bright Red #A41A3E
RGB
CMYK
RGB Variations
Color information
#A41A3E (or 0xA41A3E) is known color: Bright Red. HEX triplet: A4, 1A and 3E. RGB value is (164,26,62). Sum of RGB (Red+Green+Blue) = 164+26+62=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 26 (10.55% from 255 or 10.32% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A3E is #5BE5C1. Grayscale: #474747. Windows color (decimal): -6022594 or 4070052. OLE color: 4070052.
HSL color Cylindrical-coordinate representation of color #A41A3E: hue angle of 344.35º 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 #A41A3E is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 62 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.36 |
| HSL | 344.35º | 0.73% | 0.37% | - |
| HSV(B) | 344.35º | 0.84% | 0.64% | - |
| XYZ | 16.55 | 8.98 | 5.42 | - |
| YUV | 71.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 62 | 0 | 0.84 | 0.62 | 0.36 | 344.35 | 0.73 | 0.37 |
| Hex | A4 | 1A | 3E | 0 | 54 | 3E | 24 | 158 | 49 | 25 |
| Octal | 244 | 32 | 76 | 0 | 124 | 76 | 44 | 530 | 111 | 45 |
| Binary | 10100100 | 11010 | 111110 | 0 | 1010100 | 111110 | 100100 | 101011000 | 1001001 | 100101 |
Color Harmonies of #A41A3E
Complementary color
Monochromatic Colors of #A41A3E
Black with #A41A3E
Text Example
Text Example
White with #A41A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A3E; }
p { color: rgb(164,26,62); }
H1.HeaderClassName
{
color: #A41A3E;
}
.AnyTagClassName
{
color: #A41A3E;
}
</style>
background-color css
<style>
a { background-color: #A41A3E; }
a { background-color: rgb(164,26,62); }
div.DivClassName
{
background-color: #A41A3E;
}
.BgClassName
{
background-color: #A41A3E;
}
</style>
border-color css
<style>
span { border-color: #A41A3E; }
span { border-color: rgb(164,26,62); }
td.TdClassName
{
border-color: #A41A3E;
}
.TagClassName
{
border-color: #A41A3E;
}
</style>