Shades of Rustic Red #401117
Tints of Rustic Red #401117
RGB
CMYK
RGB Variations
Color information
#401117 (or 0x401117) is known color: Rustic Red. HEX triplet: 40, 11 and 17. RGB value is (64,17,23). Sum of RGB (Red+Green+Blue) = 64+17+23=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 23 (9.38% from 255 or 22.12% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401117 is #BFEEE8. Grayscale: #1F1F1F. Windows color (decimal): -12578537 or 1511744. OLE color: 1511744.
HSL color Cylindrical-coordinate representation of color #401117: hue angle of 352.34º 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 #401117 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 17 | 23 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.75 |
| HSL | 352.34º | 0.58% | 0.16% | - |
| HSV(B) | 352.34º | 0.73% | 0.25% | - |
| XYZ | 2.47 | 1.55 | 0.98 | - |
| YUV | 31.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 17 | 23 | 0 | 0.73 | 0.64 | 0.75 | 352.34 | 0.58 | 0.16 |
| Hex | 40 | 11 | 17 | 0 | 49 | 40 | 4B | 160 | 3A | 10 |
| Octal | 100 | 21 | 27 | 0 | 111 | 100 | 113 | 540 | 72 | 20 |
| Binary | 1000000 | 10001 | 10111 | 0 | 1001001 | 1000000 | 1001011 | 101100000 | 111010 | 10000 |
Color Harmonies of #401117
Complementary color
Monochromatic Colors of #401117
Black with #401117
Text Example
Text Example
White with #401117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401117; }
p { color: rgb(64,17,23); }
H1.HeaderClassName
{
color: #401117;
}
.AnyTagClassName
{
color: #401117;
}
</style>
background-color css
<style>
a { background-color: #401117; }
a { background-color: rgb(64,17,23); }
div.DivClassName
{
background-color: #401117;
}
.BgClassName
{
background-color: #401117;
}
</style>
border-color css
<style>
span { border-color: #401117; }
span { border-color: rgb(64,17,23); }
td.TdClassName
{
border-color: #401117;
}
.TagClassName
{
border-color: #401117;
}
</style>