Shades of Rustic Red #401C1E
Tints of Rustic Red #401C1E
RGB
CMYK
RGB Variations
Color information
#401C1E (or 0x401C1E) is known color: Rustic Red. HEX triplet: 40, 1C and 1E. RGB value is (64,28,30). Sum of RGB (Red+Green+Blue) = 64+28+30=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1E is #BFE3E1. Grayscale: #272727. Windows color (decimal): -12575714 or 1973312. OLE color: 1973312.
HSL color Cylindrical-coordinate representation of color #401C1E: hue angle of 356.67º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #401C1E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 28 | 30 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.75 |
| HSL | 356.67º | 0.39% | 0.18% | - |
| HSV(B) | 356.67º | 0.56% | 0.25% | - |
| XYZ | 2.76 | 2.01 | 1.47 | - |
| YUV | 38.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 28 | 30 | 0 | 0.56 | 0.53 | 0.75 | 356.67 | 0.39 | 0.18 |
| Hex | 40 | 1C | 1E | 0 | 38 | 35 | 4B | 165 | 27 | 12 |
| Octal | 100 | 34 | 36 | 0 | 70 | 65 | 113 | 545 | 47 | 22 |
| Binary | 1000000 | 11100 | 11110 | 0 | 111000 | 110101 | 1001011 | 101100101 | 100111 | 10010 |
Color Harmonies of #401C1E
Complementary color
Monochromatic Colors of #401C1E
Black with #401C1E
Text Example
Text Example
White with #401C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401C1E; }
p { color: rgb(64,28,30); }
H1.HeaderClassName
{
color: #401C1E;
}
.AnyTagClassName
{
color: #401C1E;
}
</style>
background-color css
<style>
a { background-color: #401C1E; }
a { background-color: rgb(64,28,30); }
div.DivClassName
{
background-color: #401C1E;
}
.BgClassName
{
background-color: #401C1E;
}
</style>
border-color css
<style>
span { border-color: #401C1E; }
span { border-color: rgb(64,28,30); }
td.TdClassName
{
border-color: #401C1E;
}
.TagClassName
{
border-color: #401C1E;
}
</style>