Shades of Rustic Red #390C1A
Tints of Rustic Red #390C1A
RGB
CMYK
RGB Variations
Color information
#390C1A (or 0x390C1A) is known color: Rustic Red. HEX triplet: 39, 0C and 1A. RGB value is (57,12,26). Sum of RGB (Red+Green+Blue) = 57+12+26=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C1A is #C6F3E5. Grayscale: #1B1B1B. Windows color (decimal): -13038566 or 1707065. OLE color: 1707065.
HSL color Cylindrical-coordinate representation of color #390C1A: hue angle of 341.33º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #390C1A is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 12 | 26 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.78 |
| HSL | 341.33º | 0.65% | 0.14% | - |
| HSV(B) | 341.33º | 0.79% | 0.22% | - |
| XYZ | 2.01 | 1.21 | 1.1 | - |
| YUV | 27.05 | 127.41 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 26 | 0 | 0.79 | 0.54 | 0.78 | 341.33 | 0.65 | 0.14 |
| Hex | 39 | C | 1A | 0 | 4F | 36 | 4E | 155 | 41 | E |
| Octal | 71 | 14 | 32 | 0 | 117 | 66 | 116 | 525 | 101 | 16 |
| Binary | 111001 | 1100 | 11010 | 0 | 1001111 | 110110 | 1001110 | 101010101 | 1000001 | 1110 |
Color Harmonies of #390C1A
Complementary color
Monochromatic Colors of #390C1A
Black with #390C1A
Text Example
Text Example
White with #390C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C1A; }
p { color: rgb(57,12,26); }
H1.HeaderClassName
{
color: #390C1A;
}
.AnyTagClassName
{
color: #390C1A;
}
</style>
background-color css
<style>
a { background-color: #390C1A; }
a { background-color: rgb(57,12,26); }
div.DivClassName
{
background-color: #390C1A;
}
.BgClassName
{
background-color: #390C1A;
}
</style>
border-color css
<style>
span { border-color: #390C1A; }
span { border-color: rgb(57,12,26); }
td.TdClassName
{
border-color: #390C1A;
}
.TagClassName
{
border-color: #390C1A;
}
</style>