Shades of Rustic Red #401114
Tints of Rustic Red #401114
RGB
CMYK
RGB Variations
Color information
#401114 (or 0x401114) is known color: Rustic Red. HEX triplet: 40, 11 and 14. RGB value is (64,17,20). Sum of RGB (Red+Green+Blue) = 64+17+20=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401114 is #BFEEEB. Grayscale: #1F1F1F. Windows color (decimal): -12578540 or 1315136. OLE color: 1315136.
HSL color Cylindrical-coordinate representation of color #401114: hue angle of 356.17º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401114 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 20 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.75 |
| HSL | 356.17º | 0.58% | 0.16% | - |
| HSV(B) | 356.17º | 0.73% | 0.25% | - |
| XYZ | 2.44 | 1.54 | 0.83 | - |
| YUV | 31.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 20 | 0 | 0.73 | 0.69 | 0.75 | 356.17 | 0.58 | 0.16 |
| Hex | 40 | 11 | 14 | 0 | 49 | 45 | 4B | 164 | 3A | 10 |
| Octal | 100 | 21 | 24 | 0 | 111 | 105 | 113 | 544 | 72 | 20 |
| Binary | 1000000 | 10001 | 10100 | 0 | 1001001 | 1000101 | 1001011 | 101100100 | 111010 | 10000 |
Color Harmonies of #401114
Complementary color
Monochromatic Colors of #401114
Black with #401114
Text Example
Text Example
White with #401114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401114; }
p { color: rgb(64,17,20); }
H1.HeaderClassName
{
color: #401114;
}
.AnyTagClassName
{
color: #401114;
}
</style>
background-color css
<style>
a { background-color: #401114; }
a { background-color: rgb(64,17,20); }
div.DivClassName
{
background-color: #401114;
}
.BgClassName
{
background-color: #401114;
}
</style>
border-color css
<style>
span { border-color: #401114; }
span { border-color: rgb(64,17,20); }
td.TdClassName
{
border-color: #401114;
}
.TagClassName
{
border-color: #401114;
}
</style>