Shades of Rustic Red #400E11
Tints of Rustic Red #400E11
RGB
CMYK
RGB Variations
Color information
#400E11 (or 0x400E11) is known color: Rustic Red. HEX triplet: 40, 0E and 11. RGB value is (64,14,17). Sum of RGB (Red+Green+Blue) = 64+14+17=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E11 is #BFF1EE. Grayscale: #1D1D1D. Windows color (decimal): -12579311 or 1117760. OLE color: 1117760.
HSL color Cylindrical-coordinate representation of color #400E11: hue angle of 356.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E11 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 14 | 17 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.75 |
| HSL | 356.4º | 0.64% | 0.15% | - |
| HSV(B) | 356.4º | 0.78% | 0.25% | - |
| XYZ | 2.37 | 1.44 | 0.68 | - |
| YUV | 29.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 17 | 0 | 0.78 | 0.73 | 0.75 | 356.4 | 0.64 | 0.15 |
| Hex | 40 | E | 11 | 0 | 4E | 49 | 4B | 164 | 40 | F |
| Octal | 100 | 16 | 21 | 0 | 116 | 111 | 113 | 544 | 100 | 17 |
| Binary | 1000000 | 1110 | 10001 | 0 | 1001110 | 1001001 | 1001011 | 101100100 | 1000000 | 1111 |
Color Harmonies of #400E11
Complementary color
Monochromatic Colors of #400E11
Black with #400E11
Text Example
Text Example
White with #400E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E11; }
p { color: rgb(64,14,17); }
H1.HeaderClassName
{
color: #400E11;
}
.AnyTagClassName
{
color: #400E11;
}
</style>
background-color css
<style>
a { background-color: #400E11; }
a { background-color: rgb(64,14,17); }
div.DivClassName
{
background-color: #400E11;
}
.BgClassName
{
background-color: #400E11;
}
</style>
border-color css
<style>
span { border-color: #400E11; }
span { border-color: rgb(64,14,17); }
td.TdClassName
{
border-color: #400E11;
}
.TagClassName
{
border-color: #400E11;
}
</style>