Shades of Rustic Red #401116
Tints of Rustic Red #401116
RGB
CMYK
RGB Variations
Color information
#401116 (or 0x401116) is known color: Rustic Red. HEX triplet: 40, 11 and 16. RGB value is (64,17,22). Sum of RGB (Red+Green+Blue) = 64+17+22=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401116 is #BFEEE9. Grayscale: #1F1F1F. Windows color (decimal): -12578538 or 1446208. OLE color: 1446208.
HSL color Cylindrical-coordinate representation of color #401116: hue angle of 353.62º 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 #401116 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 22 | - |
| CMYK | 0 | 0.73 | 0.66 | 0.75 |
| HSL | 353.62º | 0.58% | 0.16% | - |
| HSV(B) | 353.62º | 0.73% | 0.25% | - |
| XYZ | 2.46 | 1.55 | 0.93 | - |
| YUV | 31.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 22 | 0 | 0.73 | 0.66 | 0.75 | 353.62 | 0.58 | 0.16 |
| Hex | 40 | 11 | 16 | 0 | 49 | 42 | 4B | 162 | 3A | 10 |
| Octal | 100 | 21 | 26 | 0 | 111 | 102 | 113 | 542 | 72 | 20 |
| Binary | 1000000 | 10001 | 10110 | 0 | 1001001 | 1000010 | 1001011 | 101100010 | 111010 | 10000 |
Color Harmonies of #401116
Complementary color
Monochromatic Colors of #401116
Black with #401116
Text Example
Text Example
White with #401116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401116; }
p { color: rgb(64,17,22); }
H1.HeaderClassName
{
color: #401116;
}
.AnyTagClassName
{
color: #401116;
}
</style>
background-color css
<style>
a { background-color: #401116; }
a { background-color: rgb(64,17,22); }
div.DivClassName
{
background-color: #401116;
}
.BgClassName
{
background-color: #401116;
}
</style>
border-color css
<style>
span { border-color: #401116; }
span { border-color: rgb(64,17,22); }
td.TdClassName
{
border-color: #401116;
}
.TagClassName
{
border-color: #401116;
}
</style>