Shades of Rustic Red #390C12
Tints of Rustic Red #390C12
RGB
CMYK
RGB Variations
Color information
#390C12 (or 0x390C12) is known color: Rustic Red. HEX triplet: 39, 0C and 12. RGB value is (57,12,18). Sum of RGB (Red+Green+Blue) = 57+12+18=87 (11% of max value = 765). Red value is 57 (22.66% from 255 or 65.52% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 57 - color contains mainly: red. Hex color #390C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C12 is #C6F3ED. Grayscale: #1A1A1A. Windows color (decimal): -13038574 or 1182777. OLE color: 1182777.
HSL color Cylindrical-coordinate representation of color #390C12: hue angle of 352º 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 #390C12 is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 12 | 18 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.78 |
| HSL | 352º | 0.65% | 0.14% | - |
| HSV(B) | 352º | 0.79% | 0.22% | - |
| XYZ | 1.93 | 1.18 | 0.7 | - |
| YUV | 26.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 12 | 18 | 0 | 0.79 | 0.68 | 0.78 | 352 | 0.65 | 0.14 |
| Hex | 39 | C | 12 | 0 | 4F | 44 | 4E | 160 | 41 | E |
| Octal | 71 | 14 | 22 | 0 | 117 | 104 | 116 | 540 | 101 | 16 |
| Binary | 111001 | 1100 | 10010 | 0 | 1001111 | 1000100 | 1001110 | 101100000 | 1000001 | 1110 |
Color Harmonies of #390C12
Complementary color
Monochromatic Colors of #390C12
Black with #390C12
Text Example
Text Example
White with #390C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390C12; }
p { color: rgb(57,12,18); }
H1.HeaderClassName
{
color: #390C12;
}
.AnyTagClassName
{
color: #390C12;
}
</style>
background-color css
<style>
a { background-color: #390C12; }
a { background-color: rgb(57,12,18); }
div.DivClassName
{
background-color: #390C12;
}
.BgClassName
{
background-color: #390C12;
}
</style>
border-color css
<style>
span { border-color: #390C12; }
span { border-color: rgb(57,12,18); }
td.TdClassName
{
border-color: #390C12;
}
.TagClassName
{
border-color: #390C12;
}
</style>