Shades of Rustic Red #40000E
Tints of Rustic Red #40000E
RGB
CMYK
RGB Variations
Color information
#40000E (or 0x40000E) is known color: Rustic Red. HEX triplet: 40, 00 and 0E. RGB value is (64,0,14). Sum of RGB (Red+Green+Blue) = 64+0+14=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #40000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40000E is #BFFFF1. Grayscale: #141414. Windows color (decimal): -12582898 or 917568. OLE color: 917568.
HSL color Cylindrical-coordinate representation of color #40000E: hue angle of 346.88º 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 #40000E is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.78 | 0.75 |
| HSL | 346.88º | 1% | 0.13% | - |
| HSV(B) | 346.88º | 1% | 0.25% | - |
| XYZ | 2.19 | 1.12 | 0.52 | - |
| YUV | 20.73 | 124.2 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 14 | 0 | 1 | 0.78 | 0.75 | 346.88 | 1 | 0.13 |
| Hex | 40 | 0 | E | 0 | 64 | 4E | 4B | 15B | 64 | D |
| Octal | 100 | 0 | 16 | 0 | 144 | 116 | 113 | 533 | 144 | 15 |
| Binary | 1000000 | 0 | 1110 | 0 | 1100100 | 1001110 | 1001011 | 101011011 | 1100100 | 1101 |
Color Harmonies of #40000E
Complementary color
Monochromatic Colors of #40000E
Black with #40000E
Text Example
Text Example
White with #40000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40000E; }
p { color: rgb(64,0,14); }
H1.HeaderClassName
{
color: #40000E;
}
.AnyTagClassName
{
color: #40000E;
}
</style>
background-color css
<style>
a { background-color: #40000E; }
a { background-color: rgb(64,0,14); }
div.DivClassName
{
background-color: #40000E;
}
.BgClassName
{
background-color: #40000E;
}
</style>
border-color css
<style>
span { border-color: #40000E; }
span { border-color: rgb(64,0,14); }
td.TdClassName
{
border-color: #40000E;
}
.TagClassName
{
border-color: #40000E;
}
</style>