Shades of Bright Red #A41B2F
Tints of Bright Red #A41B2F
RGB
CMYK
RGB Variations
Color information
#A41B2F (or 0xA41B2F) is known color: Bright Red. HEX triplet: A4, 1B and 2F. RGB value is (164,27,47). Sum of RGB (Red+Green+Blue) = 164+27+47=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B2F is #5BE4D0. Grayscale: #464646. Windows color (decimal): -6022353 or 3087268. OLE color: 3087268.
HSL color Cylindrical-coordinate representation of color #A41B2F: hue angle of 351.24º 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 #A41B2F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 47 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.36 |
| HSL | 351.24º | 0.72% | 0.37% | - |
| HSV(B) | 351.24º | 0.84% | 0.64% | - |
| XYZ | 16.21 | 8.88 | 3.55 | - |
| YUV | 70.24 | 114.89 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 47 | 0 | 0.84 | 0.71 | 0.36 | 351.24 | 0.72 | 0.37 |
| Hex | A4 | 1B | 2F | 0 | 54 | 47 | 24 | 15F | 48 | 25 |
| Octal | 244 | 33 | 57 | 0 | 124 | 107 | 44 | 537 | 110 | 45 |
| Binary | 10100100 | 11011 | 101111 | 0 | 1010100 | 1000111 | 100100 | 101011111 | 1001000 | 100101 |
Color Harmonies of #A41B2F
Complementary color
Monochromatic Colors of #A41B2F
Black with #A41B2F
Text Example
Text Example
White with #A41B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B2F; }
p { color: rgb(164,27,47); }
H1.HeaderClassName
{
color: #A41B2F;
}
.AnyTagClassName
{
color: #A41B2F;
}
</style>
background-color css
<style>
a { background-color: #A41B2F; }
a { background-color: rgb(164,27,47); }
div.DivClassName
{
background-color: #A41B2F;
}
.BgClassName
{
background-color: #A41B2F;
}
</style>
border-color css
<style>
span { border-color: #A41B2F; }
span { border-color: rgb(164,27,47); }
td.TdClassName
{
border-color: #A41B2F;
}
.TagClassName
{
border-color: #A41B2F;
}
</style>