Shades of Rustic Red #400709
Tints of Rustic Red #400709
RGB
CMYK
RGB Variations
Color information
#400709 (or 0x400709) is known color: Rustic Red. HEX triplet: 40, 07 and 09. RGB value is (64,7,9). Sum of RGB (Red+Green+Blue) = 64+7+9=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 9 (3.91% from 255 or 11.25% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #400709 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400709 is #BFF8F6. Grayscale: #181818. Windows color (decimal): -12581111 or 591680. OLE color: 591680.
HSL color Cylindrical-coordinate representation of color #400709: hue angle of 357.89º 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 #400709 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 9 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.75 |
| HSL | 357.89º | 0.8% | 0.14% | - |
| HSV(B) | 357.89º | 0.89% | 0.25% | - |
| XYZ | 2.24 | 1.26 | 0.38 | - |
| YUV | 24.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 9 | 0 | 0.89 | 0.86 | 0.75 | 357.89 | 0.8 | 0.14 |
| Hex | 40 | 7 | 9 | 0 | 59 | 56 | 4B | 166 | 50 | E |
| Octal | 100 | 7 | 11 | 0 | 131 | 126 | 113 | 546 | 120 | 16 |
| Binary | 1000000 | 111 | 1001 | 0 | 1011001 | 1010110 | 1001011 | 101100110 | 1010000 | 1110 |
Color Harmonies of #400709
Complementary color
Monochromatic Colors of #400709
Black with #400709
Text Example
Text Example
White with #400709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400709; }
p { color: rgb(64,7,9); }
H1.HeaderClassName
{
color: #400709;
}
.AnyTagClassName
{
color: #400709;
}
</style>
background-color css
<style>
a { background-color: #400709; }
a { background-color: rgb(64,7,9); }
div.DivClassName
{
background-color: #400709;
}
.BgClassName
{
background-color: #400709;
}
</style>
border-color css
<style>
span { border-color: #400709; }
span { border-color: rgb(64,7,9); }
td.TdClassName
{
border-color: #400709;
}
.TagClassName
{
border-color: #400709;
}
</style>