Shades of Rustic Red #400809
Tints of Rustic Red #400809
RGB
CMYK
RGB Variations
Color information
#400809 (or 0x400809) is known color: Rustic Red. HEX triplet: 40, 08 and 09. RGB value is (64,8,9). Sum of RGB (Red+Green+Blue) = 64+8+9=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #400809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400809 is #BFF7F6. Grayscale: #181818. Windows color (decimal): -12580855 or 591936. OLE color: 591936.
HSL color Cylindrical-coordinate representation of color #400809: hue angle of 358.93º 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 #400809 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 8 | 9 | - |
| CMYK | 0 | 0.87 | 0.86 | 0.75 |
| HSL | 358.93º | 0.78% | 0.14% | - |
| HSV(B) | 358.93º | 0.88% | 0.25% | - |
| XYZ | 2.25 | 1.28 | 0.39 | - |
| YUV | 24.86 | 119.05 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 8 | 9 | 0 | 0.87 | 0.86 | 0.75 | 358.93 | 0.78 | 0.14 |
| Hex | 40 | 8 | 9 | 0 | 57 | 56 | 4B | 167 | 4E | E |
| Octal | 100 | 10 | 11 | 0 | 127 | 126 | 113 | 547 | 116 | 16 |
| Binary | 1000000 | 1000 | 1001 | 0 | 1010111 | 1010110 | 1001011 | 101100111 | 1001110 | 1110 |
Color Harmonies of #400809
Complementary color
Monochromatic Colors of #400809
Black with #400809
Text Example
Text Example
White with #400809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400809; }
p { color: rgb(64,8,9); }
H1.HeaderClassName
{
color: #400809;
}
.AnyTagClassName
{
color: #400809;
}
</style>
background-color css
<style>
a { background-color: #400809; }
a { background-color: rgb(64,8,9); }
div.DivClassName
{
background-color: #400809;
}
.BgClassName
{
background-color: #400809;
}
</style>
border-color css
<style>
span { border-color: #400809; }
span { border-color: rgb(64,8,9); }
td.TdClassName
{
border-color: #400809;
}
.TagClassName
{
border-color: #400809;
}
</style>