Shades of Rustic Red #411C20
Tints of Rustic Red #411C20
RGB
CMYK
RGB Variations
Color information
#411C20 (or 0x411C20) is known color: Rustic Red. HEX triplet: 41, 1C and 20. RGB value is (65,28,32). Sum of RGB (Red+Green+Blue) = 65+28+32=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411C20 is #BEE3DF. Grayscale: #272727. Windows color (decimal): -12510176 or 2104385. OLE color: 2104385.
HSL color Cylindrical-coordinate representation of color #411C20: hue angle of 353.51º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411C20 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 28 | 32 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.75 |
| HSL | 353.51º | 0.4% | 0.18% | - |
| HSV(B) | 353.51º | 0.57% | 0.25% | - |
| XYZ | 2.86 | 2.06 | 1.61 | - |
| YUV | 39.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 28 | 32 | 0 | 0.57 | 0.51 | 0.75 | 353.51 | 0.4 | 0.18 |
| Hex | 41 | 1C | 20 | 0 | 39 | 33 | 4B | 162 | 28 | 12 |
| Octal | 101 | 34 | 40 | 0 | 71 | 63 | 113 | 542 | 50 | 22 |
| Binary | 1000001 | 11100 | 100000 | 0 | 111001 | 110011 | 1001011 | 101100010 | 101000 | 10010 |
Color Harmonies of #411C20
Complementary color
Monochromatic Colors of #411C20
Black with #411C20
Text Example
Text Example
White with #411C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411C20; }
p { color: rgb(65,28,32); }
H1.HeaderClassName
{
color: #411C20;
}
.AnyTagClassName
{
color: #411C20;
}
</style>
background-color css
<style>
a { background-color: #411C20; }
a { background-color: rgb(65,28,32); }
div.DivClassName
{
background-color: #411C20;
}
.BgClassName
{
background-color: #411C20;
}
</style>
border-color css
<style>
span { border-color: #411C20; }
span { border-color: rgb(65,28,32); }
td.TdClassName
{
border-color: #411C20;
}
.TagClassName
{
border-color: #411C20;
}
</style>