Shades of Rustic Red #400716
Tints of Rustic Red #400716
RGB
CMYK
RGB Variations
Color information
#400716 (or 0x400716) is known color: Rustic Red. HEX triplet: 40, 07 and 16. RGB value is (64,7,22). Sum of RGB (Red+Green+Blue) = 64+7+22=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400716 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400716 is #BFF8E9. Grayscale: #191919. Windows color (decimal): -12581098 or 1443648. OLE color: 1443648.
HSL color Cylindrical-coordinate representation of color #400716: hue angle of 344.21º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400716 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 22 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.75 |
| HSL | 344.21º | 0.8% | 0.14% | - |
| HSV(B) | 344.21º | 0.89% | 0.25% | - |
| XYZ | 2.34 | 1.3 | 0.89 | - |
| YUV | 25.75 | 125.88 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 22 | 0 | 0.89 | 0.66 | 0.75 | 344.21 | 0.8 | 0.14 |
| Hex | 40 | 7 | 16 | 0 | 59 | 42 | 4B | 158 | 50 | E |
| Octal | 100 | 7 | 26 | 0 | 131 | 102 | 113 | 530 | 120 | 16 |
| Binary | 1000000 | 111 | 10110 | 0 | 1011001 | 1000010 | 1001011 | 101011000 | 1010000 | 1110 |
Color Harmonies of #400716
Complementary color
Monochromatic Colors of #400716
Black with #400716
Text Example
Text Example
White with #400716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400716; }
p { color: rgb(64,7,22); }
H1.HeaderClassName
{
color: #400716;
}
.AnyTagClassName
{
color: #400716;
}
</style>
background-color css
<style>
a { background-color: #400716; }
a { background-color: rgb(64,7,22); }
div.DivClassName
{
background-color: #400716;
}
.BgClassName
{
background-color: #400716;
}
</style>
border-color css
<style>
span { border-color: #400716; }
span { border-color: rgb(64,7,22); }
td.TdClassName
{
border-color: #400716;
}
.TagClassName
{
border-color: #400716;
}
</style>