Shades of Rustic Red #401B1D
Tints of Rustic Red #401B1D
RGB
CMYK
RGB Variations
Color information
#401B1D (or 0x401B1D) is known color: Rustic Red. HEX triplet: 40, 1B and 1D. RGB value is (64,27,29). Sum of RGB (Red+Green+Blue) = 64+27+29=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1D is #BFE4E2. Grayscale: #262626. Windows color (decimal): -12575971 or 1907520. OLE color: 1907520.
HSL color Cylindrical-coordinate representation of color #401B1D: hue angle of 356.76º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B1D is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 27 | 29 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.75 |
| HSL | 356.76º | 0.41% | 0.18% | - |
| HSV(B) | 356.76º | 0.58% | 0.25% | - |
| XYZ | 2.73 | 1.96 | 1.4 | - |
| YUV | 38.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 29 | 0 | 0.58 | 0.55 | 0.75 | 356.76 | 0.41 | 0.18 |
| Hex | 40 | 1B | 1D | 0 | 3A | 37 | 4B | 165 | 29 | 12 |
| Octal | 100 | 33 | 35 | 0 | 72 | 67 | 113 | 545 | 51 | 22 |
| Binary | 1000000 | 11011 | 11101 | 0 | 111010 | 110111 | 1001011 | 101100101 | 101001 | 10010 |
Color Harmonies of #401B1D
Complementary color
Monochromatic Colors of #401B1D
Black with #401B1D
Text Example
Text Example
White with #401B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B1D; }
p { color: rgb(64,27,29); }
H1.HeaderClassName
{
color: #401B1D;
}
.AnyTagClassName
{
color: #401B1D;
}
</style>
background-color css
<style>
a { background-color: #401B1D; }
a { background-color: rgb(64,27,29); }
div.DivClassName
{
background-color: #401B1D;
}
.BgClassName
{
background-color: #401B1D;
}
</style>
border-color css
<style>
span { border-color: #401B1D; }
span { border-color: rgb(64,27,29); }
td.TdClassName
{
border-color: #401B1D;
}
.TagClassName
{
border-color: #401B1D;
}
</style>