Shades of Rustic Red #400508
Tints of Rustic Red #400508
RGB
CMYK
RGB Variations
Color information
#400508 (or 0x400508) is known color: Rustic Red. HEX triplet: 40, 05 and 08. RGB value is (64,5,8). Sum of RGB (Red+Green+Blue) = 64+5+8=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #400508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400508 is #BFFAF7. Grayscale: #171717. Windows color (decimal): -12581624 or 525632. OLE color: 525632.
HSL color Cylindrical-coordinate representation of color #400508: hue angle of 356.95º 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 #400508 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 5 | 8 | - |
| CMYK | 0 | 0.92 | 0.87 | 0.75 |
| HSL | 356.95º | 0.86% | 0.14% | - |
| HSV(B) | 356.95º | 0.92% | 0.25% | - |
| XYZ | 2.21 | 1.22 | 0.35 | - |
| YUV | 22.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 5 | 8 | 0 | 0.92 | 0.87 | 0.75 | 356.95 | 0.86 | 0.14 |
| Hex | 40 | 5 | 8 | 0 | 5C | 57 | 4B | 165 | 56 | E |
| Octal | 100 | 5 | 10 | 0 | 134 | 127 | 113 | 545 | 126 | 16 |
| Binary | 1000000 | 101 | 1000 | 0 | 1011100 | 1010111 | 1001011 | 101100101 | 1010110 | 1110 |
Color Harmonies of #400508
Complementary color
Monochromatic Colors of #400508
Black with #400508
Text Example
Text Example
White with #400508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400508; }
p { color: rgb(64,5,8); }
H1.HeaderClassName
{
color: #400508;
}
.AnyTagClassName
{
color: #400508;
}
</style>
background-color css
<style>
a { background-color: #400508; }
a { background-color: rgb(64,5,8); }
div.DivClassName
{
background-color: #400508;
}
.BgClassName
{
background-color: #400508;
}
</style>
border-color css
<style>
span { border-color: #400508; }
span { border-color: rgb(64,5,8); }
td.TdClassName
{
border-color: #400508;
}
.TagClassName
{
border-color: #400508;
}
</style>