Shades of Rustic Red #400811
Tints of Rustic Red #400811
RGB
CMYK
RGB Variations
Color information
#400811 (or 0x400811) is known color: Rustic Red. HEX triplet: 40, 08 and 11. RGB value is (64,8,17). Sum of RGB (Red+Green+Blue) = 64+8+17=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400811 is #BFF7EE. Grayscale: #191919. Windows color (decimal): -12580847 or 1116224. OLE color: 1116224.
HSL color Cylindrical-coordinate representation of color #400811: hue angle of 350.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400811 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 17 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.75 |
| HSL | 350.36º | 0.78% | 0.14% | - |
| HSV(B) | 350.36º | 0.88% | 0.25% | - |
| XYZ | 2.3 | 1.3 | 0.66 | - |
| YUV | 25.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 17 | 0 | 0.87 | 0.73 | 0.75 | 350.36 | 0.78 | 0.14 |
| Hex | 40 | 8 | 11 | 0 | 57 | 49 | 4B | 15E | 4E | E |
| Octal | 100 | 10 | 21 | 0 | 127 | 111 | 113 | 536 | 116 | 16 |
| Binary | 1000000 | 1000 | 10001 | 0 | 1010111 | 1001001 | 1001011 | 101011110 | 1001110 | 1110 |
Color Harmonies of #400811
Complementary color
Monochromatic Colors of #400811
Black with #400811
Text Example
Text Example
White with #400811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400811; }
p { color: rgb(64,8,17); }
H1.HeaderClassName
{
color: #400811;
}
.AnyTagClassName
{
color: #400811;
}
</style>
background-color css
<style>
a { background-color: #400811; }
a { background-color: rgb(64,8,17); }
div.DivClassName
{
background-color: #400811;
}
.BgClassName
{
background-color: #400811;
}
</style>
border-color css
<style>
span { border-color: #400811; }
span { border-color: rgb(64,8,17); }
td.TdClassName
{
border-color: #400811;
}
.TagClassName
{
border-color: #400811;
}
</style>