Shades of Rustic Red #411D20
Tints of Rustic Red #411D20
RGB
CMYK
RGB Variations
Color information
#411D20 (or 0x411D20) is known color: Rustic Red. HEX triplet: 41, 1D and 20. RGB value is (65,29,32). Sum of RGB (Red+Green+Blue) = 65+29+32=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #411D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D20 is #BEE2DF. Grayscale: #282828. Windows color (decimal): -12509920 or 2104641. OLE color: 2104641.
HSL color Cylindrical-coordinate representation of color #411D20: hue angle of 355º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #411D20 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 29 | 32 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.75 |
| HSL | 355º | 0.38% | 0.18% | - |
| HSV(B) | 355º | 0.55% | 0.25% | - |
| XYZ | 2.88 | 2.11 | 1.62 | - |
| YUV | 40.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 32 | 0 | 0.55 | 0.51 | 0.75 | 355 | 0.38 | 0.18 |
| Hex | 41 | 1D | 20 | 0 | 37 | 33 | 4B | 163 | 26 | 12 |
| Octal | 101 | 35 | 40 | 0 | 67 | 63 | 113 | 543 | 46 | 22 |
| Binary | 1000001 | 11101 | 100000 | 0 | 110111 | 110011 | 1001011 | 101100011 | 100110 | 10010 |
Color Harmonies of #411D20
Complementary color
Monochromatic Colors of #411D20
Black with #411D20
Text Example
Text Example
White with #411D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D20; }
p { color: rgb(65,29,32); }
H1.HeaderClassName
{
color: #411D20;
}
.AnyTagClassName
{
color: #411D20;
}
</style>
background-color css
<style>
a { background-color: #411D20; }
a { background-color: rgb(65,29,32); }
div.DivClassName
{
background-color: #411D20;
}
.BgClassName
{
background-color: #411D20;
}
</style>
border-color css
<style>
span { border-color: #411D20; }
span { border-color: rgb(65,29,32); }
td.TdClassName
{
border-color: #411D20;
}
.TagClassName
{
border-color: #411D20;
}
</style>