Shades of Rustic Red #390116
Tints of Rustic Red #390116
RGB
CMYK
RGB Variations
Color information
#390116 (or 0x390116) is known color: Rustic Red. HEX triplet: 39, 01 and 16. RGB value is (57,1,22). Sum of RGB (Red+Green+Blue) = 57+1+22=80 (10% of max value = 765). Red value is 57 (22.66% from 255 or 71.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 57 - color contains mainly: red. Hex color #390116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390116 is #C6FEE9. Grayscale: #141414. Windows color (decimal): -13041386 or 1442105. OLE color: 1442105.
HSL color Cylindrical-coordinate representation of color #390116: hue angle of 337.5º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390116 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 22 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.78 |
| HSL | 337.5º | 0.97% | 0.11% | - |
| HSV(B) | 337.5º | 0.98% | 0.22% | - |
| XYZ | 1.84 | 0.95 | 0.85 | - |
| YUV | 20.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 22 | 0 | 0.98 | 0.61 | 0.78 | 337.5 | 0.97 | 0.11 |
| Hex | 39 | 1 | 16 | 0 | 62 | 3D | 4E | 152 | 61 | B |
| Octal | 71 | 1 | 26 | 0 | 142 | 75 | 116 | 522 | 141 | 13 |
| Binary | 111001 | 1 | 10110 | 0 | 1100010 | 111101 | 1001110 | 101010010 | 1100001 | 1011 |
Color Harmonies of #390116
Complementary color
Monochromatic Colors of #390116
Black with #390116
Text Example
Text Example
White with #390116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390116; }
p { color: rgb(57,1,22); }
H1.HeaderClassName
{
color: #390116;
}
.AnyTagClassName
{
color: #390116;
}
</style>
background-color css
<style>
a { background-color: #390116; }
a { background-color: rgb(57,1,22); }
div.DivClassName
{
background-color: #390116;
}
.BgClassName
{
background-color: #390116;
}
</style>
border-color css
<style>
span { border-color: #390116; }
span { border-color: rgb(57,1,22); }
td.TdClassName
{
border-color: #390116;
}
.TagClassName
{
border-color: #390116;
}
</style>