Shades of Rustic Red #400005
Tints of Rustic Red #400005
RGB
CMYK
RGB Variations
Color information
#400005 (or 0x400005) is known color: Rustic Red. HEX triplet: 40, 00 and 05. RGB value is (64,0,5). Sum of RGB (Red+Green+Blue) = 64+0+5=69 (9% of max value = 765). Red value is 64 (25.39% from 255 or 92.75% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 5 (2.34% from 255 or 7.25% from 69); Max value from RGB is 64 - color contains mainly: red. Hex color #400005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400005 is #BFFFFA. Grayscale: #131313. Windows color (decimal): -12582907 or 327744. OLE color: 327744.
HSL color Cylindrical-coordinate representation of color #400005: hue angle of 355.31º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400005 is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.92 | 0.75 |
| HSL | 355.31º | 1% | 0.13% | - |
| HSV(B) | 355.31º | 1% | 0.25% | - |
| XYZ | 2.14 | 1.1 | 0.24 | - |
| YUV | 19.71 | 119.7 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 0 | 5 | 0 | 1 | 0.92 | 0.75 | 355.31 | 1 | 0.13 |
| Hex | 40 | 0 | 5 | 0 | 64 | 5C | 4B | 163 | 64 | D |
| Octal | 100 | 0 | 5 | 0 | 144 | 134 | 113 | 543 | 144 | 15 |
| Binary | 1000000 | 0 | 101 | 0 | 1100100 | 1011100 | 1001011 | 101100011 | 1100100 | 1101 |
Color Harmonies of #400005
Complementary color
Monochromatic Colors of #400005
Black with #400005
Text Example
Text Example
White with #400005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400005; }
p { color: rgb(64,0,5); }
H1.HeaderClassName
{
color: #400005;
}
.AnyTagClassName
{
color: #400005;
}
</style>
background-color css
<style>
a { background-color: #400005; }
a { background-color: rgb(64,0,5); }
div.DivClassName
{
background-color: #400005;
}
.BgClassName
{
background-color: #400005;
}
</style>
border-color css
<style>
span { border-color: #400005; }
span { border-color: rgb(64,0,5); }
td.TdClassName
{
border-color: #400005;
}
.TagClassName
{
border-color: #400005;
}
</style>