Shades of Rustic Red #40040C
Tints of Rustic Red #40040C
RGB
CMYK
RGB Variations
Color information
#40040C (or 0x40040C) is known color: Rustic Red. HEX triplet: 40, 04 and 0C. RGB value is (64,4,12). Sum of RGB (Red+Green+Blue) = 64+4+12=80 (10% of max value = 765). Red value is 64 (25.39% from 255 or 80% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 64 - color contains mainly: red. Hex color #40040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040C is #BFFBF3. Grayscale: #161616. Windows color (decimal): -12581876 or 787520. OLE color: 787520.
HSL color Cylindrical-coordinate representation of color #40040C: hue angle of 352º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40040C is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 4 | 12 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.75 |
| HSL | 352º | 0.88% | 0.13% | - |
| HSV(B) | 352º | 0.94% | 0.25% | - |
| XYZ | 2.22 | 1.2 | 0.46 | - |
| YUV | 22.85 | 121.88 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 4 | 12 | 0 | 0.94 | 0.81 | 0.75 | 352 | 0.88 | 0.13 |
| Hex | 40 | 4 | C | 0 | 5E | 51 | 4B | 160 | 58 | D |
| Octal | 100 | 4 | 14 | 0 | 136 | 121 | 113 | 540 | 130 | 15 |
| Binary | 1000000 | 100 | 1100 | 0 | 1011110 | 1010001 | 1001011 | 101100000 | 1011000 | 1101 |
Color Harmonies of #40040C
Complementary color
Monochromatic Colors of #40040C
Black with #40040C
Text Example
Text Example
White with #40040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40040C; }
p { color: rgb(64,4,12); }
H1.HeaderClassName
{
color: #40040C;
}
.AnyTagClassName
{
color: #40040C;
}
</style>
background-color css
<style>
a { background-color: #40040C; }
a { background-color: rgb(64,4,12); }
div.DivClassName
{
background-color: #40040C;
}
.BgClassName
{
background-color: #40040C;
}
</style>
border-color css
<style>
span { border-color: #40040C; }
span { border-color: rgb(64,4,12); }
td.TdClassName
{
border-color: #40040C;
}
.TagClassName
{
border-color: #40040C;
}
</style>