Shades of Rustic Red #390016
Tints of Rustic Red #390016
RGB
CMYK
RGB Variations
Color information
#390016 (or 0x390016) is known color: Rustic Red. HEX triplet: 39, 00 and 16. RGB value is (57,0,22). Sum of RGB (Red+Green+Blue) = 57+0+22=79 (10% of max value = 765). Red value is 57 (22.66% from 255 or 72.15% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 57 - color contains mainly: red. Hex color #390016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390016 is #C6FFE9. Grayscale: #131313. Windows color (decimal): -13041642 or 1441849. OLE color: 1441849.
HSL color Cylindrical-coordinate representation of color #390016: hue angle of 336.84º 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 #390016 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.61 | 0.78 |
| HSL | 336.84º | 1% | 0.11% | - |
| HSV(B) | 336.84º | 1% | 0.22% | - |
| XYZ | 1.83 | 0.93 | 0.84 | - |
| YUV | 19.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 22 | 0 | 1 | 0.61 | 0.78 | 336.84 | 1 | 0.11 |
| Hex | 39 | 0 | 16 | 0 | 64 | 3D | 4E | 151 | 64 | B |
| Octal | 71 | 0 | 26 | 0 | 144 | 75 | 116 | 521 | 144 | 13 |
| Binary | 111001 | 0 | 10110 | 0 | 1100100 | 111101 | 1001110 | 101010001 | 1100100 | 1011 |
Color Harmonies of #390016
Complementary color
Monochromatic Colors of #390016
Black with #390016
Text Example
Text Example
White with #390016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390016; }
p { color: rgb(57,0,22); }
H1.HeaderClassName
{
color: #390016;
}
.AnyTagClassName
{
color: #390016;
}
</style>
background-color css
<style>
a { background-color: #390016; }
a { background-color: rgb(57,0,22); }
div.DivClassName
{
background-color: #390016;
}
.BgClassName
{
background-color: #390016;
}
</style>
border-color css
<style>
span { border-color: #390016; }
span { border-color: rgb(57,0,22); }
td.TdClassName
{
border-color: #390016;
}
.TagClassName
{
border-color: #390016;
}
</style>