Shades of Rustic Red #400411
Tints of Rustic Red #400411
RGB
CMYK
RGB Variations
Color information
#400411 (or 0x400411) is known color: Rustic Red. HEX triplet: 40, 04 and 11. RGB value is (64,4,17). Sum of RGB (Red+Green+Blue) = 64+4+17=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 4 (1.95% from 255 or 4.71% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #400411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400411 is #BFFBEE. Grayscale: #171717. Windows color (decimal): -12581871 or 1115200. OLE color: 1115200.
HSL color Cylindrical-coordinate representation of color #400411: hue angle of 347º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400411 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 17 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.75 |
| HSL | 347º | 0.88% | 0.13% | - |
| HSV(B) | 347º | 0.94% | 0.25% | - |
| XYZ | 2.26 | 1.22 | 0.65 | - |
| YUV | 23.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 17 | 0 | 0.94 | 0.73 | 0.75 | 347 | 0.88 | 0.13 |
| Hex | 40 | 4 | 11 | 0 | 5E | 49 | 4B | 15B | 58 | D |
| Octal | 100 | 4 | 21 | 0 | 136 | 111 | 113 | 533 | 130 | 15 |
| Binary | 1000000 | 100 | 10001 | 0 | 1011110 | 1001001 | 1001011 | 101011011 | 1011000 | 1101 |
Color Harmonies of #400411
Complementary color
Monochromatic Colors of #400411
Black with #400411
Text Example
Text Example
White with #400411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400411; }
p { color: rgb(64,4,17); }
H1.HeaderClassName
{
color: #400411;
}
.AnyTagClassName
{
color: #400411;
}
</style>
background-color css
<style>
a { background-color: #400411; }
a { background-color: rgb(64,4,17); }
div.DivClassName
{
background-color: #400411;
}
.BgClassName
{
background-color: #400411;
}
</style>
border-color css
<style>
span { border-color: #400411; }
span { border-color: rgb(64,4,17); }
td.TdClassName
{
border-color: #400411;
}
.TagClassName
{
border-color: #400411;
}
</style>