Shades of Rustic Red #401D1E
Tints of Rustic Red #401D1E
RGB
CMYK
RGB Variations
Color information
#401D1E (or 0x401D1E) is known color: Rustic Red. HEX triplet: 40, 1D and 1E. RGB value is (64,29,30). Sum of RGB (Red+Green+Blue) = 64+29+30=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #401D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D1E is #BFE2E1. Grayscale: #272727. Windows color (decimal): -12575458 or 1973568. OLE color: 1973568.
HSL color Cylindrical-coordinate representation of color #401D1E: hue angle of 358.29º 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 #401D1E is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 30 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.75 |
| HSL | 358.29º | 0.38% | 0.18% | - |
| HSV(B) | 358.29º | 0.55% | 0.25% | - |
| XYZ | 2.79 | 2.06 | 1.48 | - |
| YUV | 39.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 30 | 0 | 0.55 | 0.53 | 0.75 | 358.29 | 0.38 | 0.18 |
| Hex | 40 | 1D | 1E | 0 | 37 | 35 | 4B | 166 | 26 | 12 |
| Octal | 100 | 35 | 36 | 0 | 67 | 65 | 113 | 546 | 46 | 22 |
| Binary | 1000000 | 11101 | 11110 | 0 | 110111 | 110101 | 1001011 | 101100110 | 100110 | 10010 |
Color Harmonies of #401D1E
Complementary color
Monochromatic Colors of #401D1E
Black with #401D1E
Text Example
Text Example
White with #401D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D1E; }
p { color: rgb(64,29,30); }
H1.HeaderClassName
{
color: #401D1E;
}
.AnyTagClassName
{
color: #401D1E;
}
</style>
background-color css
<style>
a { background-color: #401D1E; }
a { background-color: rgb(64,29,30); }
div.DivClassName
{
background-color: #401D1E;
}
.BgClassName
{
background-color: #401D1E;
}
</style>
border-color css
<style>
span { border-color: #401D1E; }
span { border-color: rgb(64,29,30); }
td.TdClassName
{
border-color: #401D1E;
}
.TagClassName
{
border-color: #401D1E;
}
</style>