Shades of Rustic Red #400008
Tints of Rustic Red #400008
RGB
CMYK
RGB Variations
Color information
#400008 (or 0x400008) is known color: Rustic Red. HEX triplet: 40, 00 and 08. RGB value is (64,0,8). Sum of RGB (Red+Green+Blue) = 64+0+8=72 (9% of max value = 765). Red value is 64 (25.39% from 255 or 88.89% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 64 - color contains mainly: red. Hex color #400008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400008 is #BFFFF7. Grayscale: #141414. Windows color (decimal): -12582904 or 524352. OLE color: 524352.
HSL color Cylindrical-coordinate representation of color #400008: hue angle of 352.5º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400008 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.87 | 0.75 |
| HSL | 352.5º | 1% | 0.13% | - |
| HSV(B) | 352.5º | 1% | 0.25% | - |
| XYZ | 2.16 | 1.11 | 0.33 | - |
| YUV | 20.05 | 121.2 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 8 | 0 | 1 | 0.87 | 0.75 | 352.5 | 1 | 0.13 |
| Hex | 40 | 0 | 8 | 0 | 64 | 57 | 4B | 160 | 64 | D |
| Octal | 100 | 0 | 10 | 0 | 144 | 127 | 113 | 540 | 144 | 15 |
| Binary | 1000000 | 0 | 1000 | 0 | 1100100 | 1010111 | 1001011 | 101100000 | 1100100 | 1101 |
Color Harmonies of #400008
Complementary color
Monochromatic Colors of #400008
Black with #400008
Text Example
Text Example
White with #400008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400008; }
p { color: rgb(64,0,8); }
H1.HeaderClassName
{
color: #400008;
}
.AnyTagClassName
{
color: #400008;
}
</style>
background-color css
<style>
a { background-color: #400008; }
a { background-color: rgb(64,0,8); }
div.DivClassName
{
background-color: #400008;
}
.BgClassName
{
background-color: #400008;
}
</style>
border-color css
<style>
span { border-color: #400008; }
span { border-color: rgb(64,0,8); }
td.TdClassName
{
border-color: #400008;
}
.TagClassName
{
border-color: #400008;
}
</style>