Shades of Rustic Red #400104
Tints of Rustic Red #400104
RGB
CMYK
RGB Variations
Color information
#400104 (or 0x400104) is known color: Rustic Red. HEX triplet: 40, 01 and 04. RGB value is (64,1,4). Sum of RGB (Red+Green+Blue) = 64+1+4=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400104 is #BFFEFB. Grayscale: #141414. Windows color (decimal): -12582652 or 262464. OLE color: 262464.
HSL color Cylindrical-coordinate representation of color #400104: hue angle of 357.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400104 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 1 | 4 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.75 |
| HSL | 357.14º | 0.97% | 0.13% | - |
| HSV(B) | 357.14º | 0.98% | 0.25% | - |
| XYZ | 2.15 | 1.12 | 0.22 | - |
| YUV | 20.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 1 | 4 | 0 | 0.98 | 0.94 | 0.75 | 357.14 | 0.97 | 0.13 |
| Hex | 40 | 1 | 4 | 0 | 62 | 5E | 4B | 165 | 61 | D |
| Octal | 100 | 1 | 4 | 0 | 142 | 136 | 113 | 545 | 141 | 15 |
| Binary | 1000000 | 1 | 100 | 0 | 1100010 | 1011110 | 1001011 | 101100101 | 1100001 | 1101 |
Color Harmonies of #400104
Complementary color
Monochromatic Colors of #400104
Black with #400104
Text Example
Text Example
White with #400104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400104; }
p { color: rgb(64,1,4); }
H1.HeaderClassName
{
color: #400104;
}
.AnyTagClassName
{
color: #400104;
}
</style>
background-color css
<style>
a { background-color: #400104; }
a { background-color: rgb(64,1,4); }
div.DivClassName
{
background-color: #400104;
}
.BgClassName
{
background-color: #400104;
}
</style>
border-color css
<style>
span { border-color: #400104; }
span { border-color: rgb(64,1,4); }
td.TdClassName
{
border-color: #400104;
}
.TagClassName
{
border-color: #400104;
}
</style>