Shades of Rustic Red #411F20
Tints of Rustic Red #411F20
RGB
CMYK
RGB Variations
Color information
#411F20 (or 0x411F20) is known color: Rustic Red. HEX triplet: 41, 1F and 20. RGB value is (65,31,32). Sum of RGB (Red+Green+Blue) = 65+31+32=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #411F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411F20 is #BEE0DF. Grayscale: #292929. Windows color (decimal): -12509408 or 2105153. OLE color: 2105153.
HSL color Cylindrical-coordinate representation of color #411F20: hue angle of 358.24º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #411F20 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 31 | 32 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.75 |
| HSL | 358.24º | 0.35% | 0.19% | - |
| HSV(B) | 358.24º | 0.52% | 0.25% | - |
| XYZ | 2.93 | 2.21 | 1.64 | - |
| YUV | 41.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 32 | 0 | 0.52 | 0.51 | 0.75 | 358.24 | 0.35 | 0.19 |
| Hex | 41 | 1F | 20 | 0 | 34 | 33 | 4B | 166 | 23 | 13 |
| Octal | 101 | 37 | 40 | 0 | 64 | 63 | 113 | 546 | 43 | 23 |
| Binary | 1000001 | 11111 | 100000 | 0 | 110100 | 110011 | 1001011 | 101100110 | 100011 | 10011 |
Color Harmonies of #411F20
Complementary color
Monochromatic Colors of #411F20
Black with #411F20
Text Example
Text Example
White with #411F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F20; }
p { color: rgb(65,31,32); }
H1.HeaderClassName
{
color: #411F20;
}
.AnyTagClassName
{
color: #411F20;
}
</style>
background-color css
<style>
a { background-color: #411F20; }
a { background-color: rgb(65,31,32); }
div.DivClassName
{
background-color: #411F20;
}
.BgClassName
{
background-color: #411F20;
}
</style>
border-color css
<style>
span { border-color: #411F20; }
span { border-color: rgb(65,31,32); }
td.TdClassName
{
border-color: #411F20;
}
.TagClassName
{
border-color: #411F20;
}
</style>