Shades of Bright Red #A41B39
Tints of Bright Red #A41B39
RGB
CMYK
RGB Variations
Color information
#A41B39 (or 0xA41B39) is known color: Bright Red. HEX triplet: A4, 1B and 39. RGB value is (164,27,57). Sum of RGB (Red+Green+Blue) = 164+27+57=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B39 is #5BE4C6. Grayscale: #474747. Windows color (decimal): -6022343 or 3742628. OLE color: 3742628.
HSL color Cylindrical-coordinate representation of color #A41B39: hue angle of 346.86º degrees, saturation: 0.72, 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 #A41B39 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 57 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.36 |
| HSL | 346.86º | 0.72% | 0.37% | - |
| HSV(B) | 346.86º | 0.84% | 0.64% | - |
| XYZ | 16.44 | 8.97 | 4.74 | - |
| YUV | 71.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 57 | 0 | 0.84 | 0.65 | 0.36 | 346.86 | 0.72 | 0.37 |
| Hex | A4 | 1B | 39 | 0 | 54 | 41 | 24 | 15B | 48 | 25 |
| Octal | 244 | 33 | 71 | 0 | 124 | 101 | 44 | 533 | 110 | 45 |
| Binary | 10100100 | 11011 | 111001 | 0 | 1010100 | 1000001 | 100100 | 101011011 | 1001000 | 100101 |
Color Harmonies of #A41B39
Complementary color
Monochromatic Colors of #A41B39
Black with #A41B39
Text Example
Text Example
White with #A41B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B39; }
p { color: rgb(164,27,57); }
H1.HeaderClassName
{
color: #A41B39;
}
.AnyTagClassName
{
color: #A41B39;
}
</style>
background-color css
<style>
a { background-color: #A41B39; }
a { background-color: rgb(164,27,57); }
div.DivClassName
{
background-color: #A41B39;
}
.BgClassName
{
background-color: #A41B39;
}
</style>
border-color css
<style>
span { border-color: #A41B39; }
span { border-color: rgb(164,27,57); }
td.TdClassName
{
border-color: #A41B39;
}
.TagClassName
{
border-color: #A41B39;
}
</style>