Shades of Rustic Red #401D1F
Tints of Rustic Red #401D1F
RGB
CMYK
RGB Variations
Color information
#401D1F (or 0x401D1F) is known color: Rustic Red. HEX triplet: 40, 1D and 1F. RGB value is (64,29,31). Sum of RGB (Red+Green+Blue) = 64+29+31=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D1F is #BFE2E0. Grayscale: #272727. Windows color (decimal): -12575457 or 2039104. OLE color: 2039104.
HSL color Cylindrical-coordinate representation of color #401D1F: hue angle of 356.57º 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 #401D1F is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 29 | 31 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.75 |
| HSL | 356.57º | 0.38% | 0.18% | - |
| HSV(B) | 356.57º | 0.55% | 0.25% | - |
| XYZ | 2.8 | 2.07 | 1.55 | - |
| YUV | 39.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 31 | 0 | 0.55 | 0.52 | 0.75 | 356.57 | 0.38 | 0.18 |
| Hex | 40 | 1D | 1F | 0 | 37 | 34 | 4B | 165 | 26 | 12 |
| Octal | 100 | 35 | 37 | 0 | 67 | 64 | 113 | 545 | 46 | 22 |
| Binary | 1000000 | 11101 | 11111 | 0 | 110111 | 110100 | 1001011 | 101100101 | 100110 | 10010 |
Color Harmonies of #401D1F
Complementary color
Monochromatic Colors of #401D1F
Black with #401D1F
Text Example
Text Example
White with #401D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D1F; }
p { color: rgb(64,29,31); }
H1.HeaderClassName
{
color: #401D1F;
}
.AnyTagClassName
{
color: #401D1F;
}
</style>
background-color css
<style>
a { background-color: #401D1F; }
a { background-color: rgb(64,29,31); }
div.DivClassName
{
background-color: #401D1F;
}
.BgClassName
{
background-color: #401D1F;
}
</style>
border-color css
<style>
span { border-color: #401D1F; }
span { border-color: rgb(64,29,31); }
td.TdClassName
{
border-color: #401D1F;
}
.TagClassName
{
border-color: #401D1F;
}
</style>