Shades of Rustic Red #40070C
Tints of Rustic Red #40070C
RGB
CMYK
RGB Variations
Color information
#40070C (or 0x40070C) is known color: Rustic Red. HEX triplet: 40, 07 and 0C. RGB value is (64,7,12). Sum of RGB (Red+Green+Blue) = 64+7+12=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #40070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40070C is #BFF8F3. Grayscale: #181818. Windows color (decimal): -12581108 or 788288. OLE color: 788288.
HSL color Cylindrical-coordinate representation of color #40070C: hue angle of 354.74º 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 #40070C is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 7 | 12 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.75 |
| HSL | 354.74º | 0.8% | 0.14% | - |
| HSV(B) | 354.74º | 0.89% | 0.25% | - |
| XYZ | 2.26 | 1.27 | 0.47 | - |
| YUV | 24.61 | 120.88 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 7 | 12 | 0 | 0.89 | 0.81 | 0.75 | 354.74 | 0.8 | 0.14 |
| Hex | 40 | 7 | C | 0 | 59 | 51 | 4B | 163 | 50 | E |
| Octal | 100 | 7 | 14 | 0 | 131 | 121 | 113 | 543 | 120 | 16 |
| Binary | 1000000 | 111 | 1100 | 0 | 1011001 | 1010001 | 1001011 | 101100011 | 1010000 | 1110 |
Color Harmonies of #40070C
Complementary color
Monochromatic Colors of #40070C
Black with #40070C
Text Example
Text Example
White with #40070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40070C; }
p { color: rgb(64,7,12); }
H1.HeaderClassName
{
color: #40070C;
}
.AnyTagClassName
{
color: #40070C;
}
</style>
background-color css
<style>
a { background-color: #40070C; }
a { background-color: rgb(64,7,12); }
div.DivClassName
{
background-color: #40070C;
}
.BgClassName
{
background-color: #40070C;
}
</style>
border-color css
<style>
span { border-color: #40070C; }
span { border-color: rgb(64,7,12); }
td.TdClassName
{
border-color: #40070C;
}
.TagClassName
{
border-color: #40070C;
}
</style>