Shades of Rustic Red #390F1C
Tints of Rustic Red #390F1C
RGB
CMYK
RGB Variations
Color information
#390F1C (or 0x390F1C) is known color: Rustic Red. HEX triplet: 39, 0F and 1C. RGB value is (57,15,28). Sum of RGB (Red+Green+Blue) = 57+15+28=100 (13% of max value = 765). Red value is 57 (22.66% from 255 or 57% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 57 - color contains mainly: red. Hex color #390F1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F1C is #C6F0E3. Grayscale: #1D1D1D. Windows color (decimal): -13037796 or 1838905. OLE color: 1838905.
HSL color Cylindrical-coordinate representation of color #390F1C: hue angle of 341.43º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #390F1C is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 15 | 28 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.78 |
| HSL | 341.43º | 0.58% | 0.14% | - |
| HSV(B) | 341.43º | 0.74% | 0.22% | - |
| XYZ | 2.07 | 1.3 | 1.24 | - |
| YUV | 29.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 15 | 28 | 0 | 0.74 | 0.51 | 0.78 | 341.43 | 0.58 | 0.14 |
| Hex | 39 | F | 1C | 0 | 4A | 33 | 4E | 155 | 3A | E |
| Octal | 71 | 17 | 34 | 0 | 112 | 63 | 116 | 525 | 72 | 16 |
| Binary | 111001 | 1111 | 11100 | 0 | 1001010 | 110011 | 1001110 | 101010101 | 111010 | 1110 |
Color Harmonies of #390F1C
Complementary color
Monochromatic Colors of #390F1C
Black with #390F1C
Text Example
Text Example
White with #390F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390F1C; }
p { color: rgb(57,15,28); }
H1.HeaderClassName
{
color: #390F1C;
}
.AnyTagClassName
{
color: #390F1C;
}
</style>
background-color css
<style>
a { background-color: #390F1C; }
a { background-color: rgb(57,15,28); }
div.DivClassName
{
background-color: #390F1C;
}
.BgClassName
{
background-color: #390F1C;
}
</style>
border-color css
<style>
span { border-color: #390F1C; }
span { border-color: rgb(57,15,28); }
td.TdClassName
{
border-color: #390F1C;
}
.TagClassName
{
border-color: #390F1C;
}
</style>