Shades of Rustic Red #401D20
Tints of Rustic Red #401D20
RGB
CMYK
RGB Variations
Color information
#401D20 (or 0x401D20) is known color: Rustic Red. HEX triplet: 40, 1D and 20. RGB value is (64,29,32). Sum of RGB (Red+Green+Blue) = 64+29+32=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 32 (12.89% from 255 or 25.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D20 is #BFE2DF. Grayscale: #272727. Windows color (decimal): -12575456 or 2104640. OLE color: 2104640.
HSL color Cylindrical-coordinate representation of color #401D20: hue angle of 354.86º 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 #401D20 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 32 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.75 |
| HSL | 354.86º | 0.38% | 0.18% | - |
| HSV(B) | 354.86º | 0.55% | 0.25% | - |
| XYZ | 2.81 | 2.07 | 1.62 | - |
| YUV | 39.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 32 | 0 | 0.55 | 0.50 | 0.75 | 354.86 | 0.38 | 0.18 |
| Hex | 40 | 1D | 20 | 0 | 37 | 32 | 4B | 163 | 26 | 12 |
| Octal | 100 | 35 | 40 | 0 | 67 | 62 | 113 | 543 | 46 | 22 |
| Binary | 1000000 | 11101 | 100000 | 0 | 110111 | 110010 | 1001011 | 101100011 | 100110 | 10010 |
Color Harmonies of #401D20
Complementary color
Monochromatic Colors of #401D20
Black with #401D20
Text Example
Text Example
White with #401D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D20; }
p { color: rgb(64,29,32); }
H1.HeaderClassName
{
color: #401D20;
}
.AnyTagClassName
{
color: #401D20;
}
</style>
background-color css
<style>
a { background-color: #401D20; }
a { background-color: rgb(64,29,32); }
div.DivClassName
{
background-color: #401D20;
}
.BgClassName
{
background-color: #401D20;
}
</style>
border-color css
<style>
span { border-color: #401D20; }
span { border-color: rgb(64,29,32); }
td.TdClassName
{
border-color: #401D20;
}
.TagClassName
{
border-color: #401D20;
}
</style>