Shades of Rustic Red #390012
Tints of Rustic Red #390012
RGB
CMYK
RGB Variations
Color information
#390012 (or 0x390012) is known color: Rustic Red. HEX triplet: 39, 00 and 12. RGB value is (57,0,18). Sum of RGB (Red+Green+Blue) = 57+0+18=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 18 (7.42% from 255 or 24% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390012 is #C6FFED. Grayscale: #131313. Windows color (decimal): -13041646 or 1179705. OLE color: 1179705.
HSL color Cylindrical-coordinate representation of color #390012: hue angle of 341.05º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #390012 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.68 | 0.78 |
| HSL | 341.05º | 1% | 0.11% | - |
| HSV(B) | 341.05º | 1% | 0.22% | - |
| XYZ | 1.8 | 0.91 | 0.65 | - |
| YUV | 19.1 | 127.38 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 18 | 0 | 1 | 0.68 | 0.78 | 341.05 | 1 | 0.11 |
| Hex | 39 | 0 | 12 | 0 | 64 | 44 | 4E | 155 | 64 | B |
| Octal | 71 | 0 | 22 | 0 | 144 | 104 | 116 | 525 | 144 | 13 |
| Binary | 111001 | 0 | 10010 | 0 | 1100100 | 1000100 | 1001110 | 101010101 | 1100100 | 1011 |
Color Harmonies of #390012
Complementary color
Monochromatic Colors of #390012
Black with #390012
Text Example
Text Example
White with #390012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390012; }
p { color: rgb(57,0,18); }
H1.HeaderClassName
{
color: #390012;
}
.AnyTagClassName
{
color: #390012;
}
</style>
background-color css
<style>
a { background-color: #390012; }
a { background-color: rgb(57,0,18); }
div.DivClassName
{
background-color: #390012;
}
.BgClassName
{
background-color: #390012;
}
</style>
border-color css
<style>
span { border-color: #390012; }
span { border-color: rgb(57,0,18); }
td.TdClassName
{
border-color: #390012;
}
.TagClassName
{
border-color: #390012;
}
</style>