Shades of Rustic Red #400607
Tints of Rustic Red #400607
RGB
CMYK
RGB Variations
Color information
#400607 (or 0x400607) is known color: Rustic Red. HEX triplet: 40, 06 and 07. RGB value is (64,6,7). Sum of RGB (Red+Green+Blue) = 64+6+7=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 7 (3.12% from 255 or 9.09% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #400607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400607 is #BFF9F8. Grayscale: #171717. Windows color (decimal): -12581369 or 460352. OLE color: 460352.
HSL color Cylindrical-coordinate representation of color #400607: hue angle of 358.97º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400607 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 7 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.75 |
| HSL | 358.97º | 0.83% | 0.14% | - |
| HSV(B) | 358.97º | 0.91% | 0.25% | - |
| XYZ | 2.22 | 1.24 | 0.32 | - |
| YUV | 23.46 | 118.72 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 7 | 0 | 0.91 | 0.89 | 0.75 | 358.97 | 0.83 | 0.14 |
| Hex | 40 | 6 | 7 | 0 | 5B | 59 | 4B | 167 | 53 | E |
| Octal | 100 | 6 | 7 | 0 | 133 | 131 | 113 | 547 | 123 | 16 |
| Binary | 1000000 | 110 | 111 | 0 | 1011011 | 1011001 | 1001011 | 101100111 | 1010011 | 1110 |
Color Harmonies of #400607
Complementary color
Monochromatic Colors of #400607
Black with #400607
Text Example
Text Example
White with #400607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400607; }
p { color: rgb(64,6,7); }
H1.HeaderClassName
{
color: #400607;
}
.AnyTagClassName
{
color: #400607;
}
</style>
background-color css
<style>
a { background-color: #400607; }
a { background-color: rgb(64,6,7); }
div.DivClassName
{
background-color: #400607;
}
.BgClassName
{
background-color: #400607;
}
</style>
border-color css
<style>
span { border-color: #400607; }
span { border-color: rgb(64,6,7); }
td.TdClassName
{
border-color: #400607;
}
.TagClassName
{
border-color: #400607;
}
</style>