Shades of Rustic Red #390912
Tints of Rustic Red #390912
RGB
CMYK
RGB Variations
Color information
#390912 (or 0x390912) is known color: Rustic Red. HEX triplet: 39, 09 and 12. RGB value is (57,9,18). Sum of RGB (Red+Green+Blue) = 57+9+18=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390912 is #C6F6ED. Grayscale: #181818. Windows color (decimal): -13039342 or 1182009. OLE color: 1182009.
HSL color Cylindrical-coordinate representation of color #390912: hue angle of 348.75º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #390912 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 9 | 18 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.78 |
| HSL | 348.75º | 0.73% | 0.13% | - |
| HSV(B) | 348.75º | 0.84% | 0.22% | - |
| XYZ | 1.89 | 1.11 | 0.69 | - |
| YUV | 24.38 | 124.4 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 9 | 18 | 0 | 0.84 | 0.68 | 0.78 | 348.75 | 0.73 | 0.13 |
| Hex | 39 | 9 | 12 | 0 | 54 | 44 | 4E | 15D | 49 | D |
| Octal | 71 | 11 | 22 | 0 | 124 | 104 | 116 | 535 | 111 | 15 |
| Binary | 111001 | 1001 | 10010 | 0 | 1010100 | 1000100 | 1001110 | 101011101 | 1001001 | 1101 |
Color Harmonies of #390912
Complementary color
Monochromatic Colors of #390912
Black with #390912
Text Example
Text Example
White with #390912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390912; }
p { color: rgb(57,9,18); }
H1.HeaderClassName
{
color: #390912;
}
.AnyTagClassName
{
color: #390912;
}
</style>
background-color css
<style>
a { background-color: #390912; }
a { background-color: rgb(57,9,18); }
div.DivClassName
{
background-color: #390912;
}
.BgClassName
{
background-color: #390912;
}
</style>
border-color css
<style>
span { border-color: #390912; }
span { border-color: rgb(57,9,18); }
td.TdClassName
{
border-color: #390912;
}
.TagClassName
{
border-color: #390912;
}
</style>