Shades of Rustic Red #40050C
Tints of Rustic Red #40050C
RGB
CMYK
RGB Variations
Color information
#40050C (or 0x40050C) is known color: Rustic Red. HEX triplet: 40, 05 and 0C. RGB value is (64,5,12). Sum of RGB (Red+Green+Blue) = 64+5+12=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #40050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40050C is #BFFAF3. Grayscale: #171717. Windows color (decimal): -12581620 or 787776. OLE color: 787776.
HSL color Cylindrical-coordinate representation of color #40050C: hue angle of 352.88º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40050C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 12 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.75 |
| HSL | 352.88º | 0.86% | 0.14% | - |
| HSV(B) | 352.88º | 0.92% | 0.25% | - |
| XYZ | 2.23 | 1.23 | 0.47 | - |
| YUV | 23.44 | 121.55 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 12 | 0 | 0.92 | 0.81 | 0.75 | 352.88 | 0.86 | 0.14 |
| Hex | 40 | 5 | C | 0 | 5C | 51 | 4B | 161 | 56 | E |
| Octal | 100 | 5 | 14 | 0 | 134 | 121 | 113 | 541 | 126 | 16 |
| Binary | 1000000 | 101 | 1100 | 0 | 1011100 | 1010001 | 1001011 | 101100001 | 1010110 | 1110 |
Color Harmonies of #40050C
Complementary color
Monochromatic Colors of #40050C
Black with #40050C
Text Example
Text Example
White with #40050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40050C; }
p { color: rgb(64,5,12); }
H1.HeaderClassName
{
color: #40050C;
}
.AnyTagClassName
{
color: #40050C;
}
</style>
background-color css
<style>
a { background-color: #40050C; }
a { background-color: rgb(64,5,12); }
div.DivClassName
{
background-color: #40050C;
}
.BgClassName
{
background-color: #40050C;
}
</style>
border-color css
<style>
span { border-color: #40050C; }
span { border-color: rgb(64,5,12); }
td.TdClassName
{
border-color: #40050C;
}
.TagClassName
{
border-color: #40050C;
}
</style>