Shades of Rustic Red #400117
Tints of Rustic Red #400117
RGB
CMYK
RGB Variations
Color information
#400117 (or 0x400117) is known color: Rustic Red. HEX triplet: 40, 01 and 17. RGB value is (64,1,23). Sum of RGB (Red+Green+Blue) = 64+1+23=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400117 is #BFFEE8. Grayscale: #161616. Windows color (decimal): -12582633 or 1507648. OLE color: 1507648.
HSL color Cylindrical-coordinate representation of color #400117: hue angle of 339.05º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400117 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.75 |
| HSL | 339.05º | 0.97% | 0.13% | - |
| HSV(B) | 339.05º | 0.98% | 0.25% | - |
| XYZ | 2.28 | 1.17 | 0.92 | - |
| YUV | 22.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 23 | 0 | 0.98 | 0.64 | 0.75 | 339.05 | 0.97 | 0.13 |
| Hex | 40 | 1 | 17 | 0 | 62 | 40 | 4B | 153 | 61 | D |
| Octal | 100 | 1 | 27 | 0 | 142 | 100 | 113 | 523 | 141 | 15 |
| Binary | 1000000 | 1 | 10111 | 0 | 1100010 | 1000000 | 1001011 | 101010011 | 1100001 | 1101 |
Color Harmonies of #400117
Complementary color
Monochromatic Colors of #400117
Black with #400117
Text Example
Text Example
White with #400117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400117; }
p { color: rgb(64,1,23); }
H1.HeaderClassName
{
color: #400117;
}
.AnyTagClassName
{
color: #400117;
}
</style>
background-color css
<style>
a { background-color: #400117; }
a { background-color: rgb(64,1,23); }
div.DivClassName
{
background-color: #400117;
}
.BgClassName
{
background-color: #400117;
}
</style>
border-color css
<style>
span { border-color: #400117; }
span { border-color: rgb(64,1,23); }
td.TdClassName
{
border-color: #400117;
}
.TagClassName
{
border-color: #400117;
}
</style>