Shades of Bright Red #A41A3C
Tints of Bright Red #A41A3C
RGB
CMYK
RGB Variations
Color information
#A41A3C (or 0xA41A3C) is known color: Bright Red. HEX triplet: A4, 1A and 3C. RGB value is (164,26,60). Sum of RGB (Red+Green+Blue) = 164+26+60=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A3C is #5BE5C3. Grayscale: #474747. Windows color (decimal): -6022596 or 3938980. OLE color: 3938980.
HSL color Cylindrical-coordinate representation of color #A41A3C: hue angle of 345.22º 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 #A41A3C is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 26 | 60 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.36 |
| HSL | 345.22º | 0.73% | 0.37% | - |
| HSV(B) | 345.22º | 0.84% | 0.64% | - |
| XYZ | 16.49 | 8.96 | 5.13 | - |
| YUV | 71.14 | 121.72 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 60 | 0 | 0.84 | 0.63 | 0.36 | 345.22 | 0.73 | 0.37 |
| Hex | A4 | 1A | 3C | 0 | 54 | 3F | 24 | 159 | 49 | 25 |
| Octal | 244 | 32 | 74 | 0 | 124 | 77 | 44 | 531 | 111 | 45 |
| Binary | 10100100 | 11010 | 111100 | 0 | 1010100 | 111111 | 100100 | 101011001 | 1001001 | 100101 |
Color Harmonies of #A41A3C
Complementary color
Monochromatic Colors of #A41A3C
Black with #A41A3C
Text Example
Text Example
White with #A41A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41A3C; }
p { color: rgb(164,26,60); }
H1.HeaderClassName
{
color: #A41A3C;
}
.AnyTagClassName
{
color: #A41A3C;
}
</style>
background-color css
<style>
a { background-color: #A41A3C; }
a { background-color: rgb(164,26,60); }
div.DivClassName
{
background-color: #A41A3C;
}
.BgClassName
{
background-color: #A41A3C;
}
</style>
border-color css
<style>
span { border-color: #A41A3C; }
span { border-color: rgb(164,26,60); }
td.TdClassName
{
border-color: #A41A3C;
}
.TagClassName
{
border-color: #A41A3C;
}
</style>