Shades of Rustic Red #40070F
Tints of Rustic Red #40070F
RGB
CMYK
RGB Variations
Color information
#40070F (or 0x40070F) is known color: Rustic Red. HEX triplet: 40, 07 and 0F. RGB value is (64,7,15). Sum of RGB (Red+Green+Blue) = 64+7+15=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #40070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40070F is #BFF8F0. Grayscale: #181818. Windows color (decimal): -12581105 or 984896. OLE color: 984896.
HSL color Cylindrical-coordinate representation of color #40070F: hue angle of 351.58º 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 #40070F is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 15 | - |
| CMYK | 0 | 0.89 | 0.77 | 0.75 |
| HSL | 351.58º | 0.8% | 0.14% | - |
| HSV(B) | 351.58º | 0.89% | 0.25% | - |
| XYZ | 2.28 | 1.28 | 0.58 | - |
| YUV | 24.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 15 | 0 | 0.89 | 0.77 | 0.75 | 351.58 | 0.8 | 0.14 |
| Hex | 40 | 7 | F | 0 | 59 | 4D | 4B | 160 | 50 | E |
| Octal | 100 | 7 | 17 | 0 | 131 | 115 | 113 | 540 | 120 | 16 |
| Binary | 1000000 | 111 | 1111 | 0 | 1011001 | 1001101 | 1001011 | 101100000 | 1010000 | 1110 |
Color Harmonies of #40070F
Complementary color
Monochromatic Colors of #40070F
Black with #40070F
Text Example
Text Example
White with #40070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40070F; }
p { color: rgb(64,7,15); }
H1.HeaderClassName
{
color: #40070F;
}
.AnyTagClassName
{
color: #40070F;
}
</style>
background-color css
<style>
a { background-color: #40070F; }
a { background-color: rgb(64,7,15); }
div.DivClassName
{
background-color: #40070F;
}
.BgClassName
{
background-color: #40070F;
}
</style>
border-color css
<style>
span { border-color: #40070F; }
span { border-color: rgb(64,7,15); }
td.TdClassName
{
border-color: #40070F;
}
.TagClassName
{
border-color: #40070F;
}
</style>