Shades of Rustic Red #400816
Tints of Rustic Red #400816
RGB
CMYK
RGB Variations
Color information
#400816 (or 0x400816) is known color: Rustic Red. HEX triplet: 40, 08 and 16. RGB value is (64,8,22). Sum of RGB (Red+Green+Blue) = 64+8+22=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400816 is #BFF7E9. Grayscale: #1A1A1A. Windows color (decimal): -12580842 or 1443904. OLE color: 1443904.
HSL color Cylindrical-coordinate representation of color #400816: hue angle of 345º 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 #400816 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 22 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.75 |
| HSL | 345º | 0.78% | 0.14% | - |
| HSV(B) | 345º | 0.88% | 0.25% | - |
| XYZ | 2.35 | 1.32 | 0.89 | - |
| YUV | 26.34 | 125.55 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 22 | 0 | 0.87 | 0.66 | 0.75 | 345 | 0.78 | 0.14 |
| Hex | 40 | 8 | 16 | 0 | 57 | 42 | 4B | 159 | 4E | E |
| Octal | 100 | 10 | 26 | 0 | 127 | 102 | 113 | 531 | 116 | 16 |
| Binary | 1000000 | 1000 | 10110 | 0 | 1010111 | 1000010 | 1001011 | 101011001 | 1001110 | 1110 |
Color Harmonies of #400816
Complementary color
Monochromatic Colors of #400816
Black with #400816
Text Example
Text Example
White with #400816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400816; }
p { color: rgb(64,8,22); }
H1.HeaderClassName
{
color: #400816;
}
.AnyTagClassName
{
color: #400816;
}
</style>
background-color css
<style>
a { background-color: #400816; }
a { background-color: rgb(64,8,22); }
div.DivClassName
{
background-color: #400816;
}
.BgClassName
{
background-color: #400816;
}
</style>
border-color css
<style>
span { border-color: #400816; }
span { border-color: rgb(64,8,22); }
td.TdClassName
{
border-color: #400816;
}
.TagClassName
{
border-color: #400816;
}
</style>