Shades of Rustic Red #390008
Tints of Rustic Red #390008
RGB
CMYK
RGB Variations
Color information
#390008 (or 0x390008) is known color: Rustic Red. HEX triplet: 39, 00 and 08. RGB value is (57,0,8). Sum of RGB (Red+Green+Blue) = 57+0+8=65 (8% of max value = 765). Red value is 57 (22.66% from 255 or 87.69% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 57 - color contains mainly: red. Hex color #390008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390008 is #C6FFF7. Grayscale: #111111. Windows color (decimal): -13041656 or 524345. OLE color: 524345.
HSL color Cylindrical-coordinate representation of color #390008: hue angle of 351.58º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390008 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.86 | 0.78 |
| HSL | 351.58º | 1% | 0.11% | - |
| HSV(B) | 351.58º | 1% | 0.22% | - |
| XYZ | 1.73 | 0.89 | 0.31 | - |
| YUV | 17.96 | 122.38 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 8 | 0 | 1 | 0.86 | 0.78 | 351.58 | 1 | 0.11 |
| Hex | 39 | 0 | 8 | 0 | 64 | 56 | 4E | 160 | 64 | B |
| Octal | 71 | 0 | 10 | 0 | 144 | 126 | 116 | 540 | 144 | 13 |
| Binary | 111001 | 0 | 1000 | 0 | 1100100 | 1010110 | 1001110 | 101100000 | 1100100 | 1011 |
Color Harmonies of #390008
Complementary color
Monochromatic Colors of #390008
Black with #390008
Text Example
Text Example
White with #390008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390008; }
p { color: rgb(57,0,8); }
H1.HeaderClassName
{
color: #390008;
}
.AnyTagClassName
{
color: #390008;
}
</style>
background-color css
<style>
a { background-color: #390008; }
a { background-color: rgb(57,0,8); }
div.DivClassName
{
background-color: #390008;
}
.BgClassName
{
background-color: #390008;
}
</style>
border-color css
<style>
span { border-color: #390008; }
span { border-color: rgb(57,0,8); }
td.TdClassName
{
border-color: #390008;
}
.TagClassName
{
border-color: #390008;
}
</style>