Shades of Rustic Red #390111
Tints of Rustic Red #390111
RGB
CMYK
RGB Variations
Color information
#390111 (or 0x390111) is known color: Rustic Red. HEX triplet: 39, 01 and 11. RGB value is (57,1,17). Sum of RGB (Red+Green+Blue) = 57+1+17=75 (9% of max value = 765). Red value is 57 (22.66% from 255 or 76% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 57 - color contains mainly: red. Hex color #390111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390111 is #C6FEEE. Grayscale: #131313. Windows color (decimal): -13041391 or 1114425. OLE color: 1114425.
HSL color Cylindrical-coordinate representation of color #390111: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #390111 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 1 | 17 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.78 |
| HSL | 342.86º | 0.97% | 0.11% | - |
| HSV(B) | 342.86º | 0.98% | 0.22% | - |
| XYZ | 1.8 | 0.93 | 0.62 | - |
| YUV | 19.57 | 126.55 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 17 | 0 | 0.98 | 0.70 | 0.78 | 342.86 | 0.97 | 0.11 |
| Hex | 39 | 1 | 11 | 0 | 62 | 46 | 4E | 157 | 61 | B |
| Octal | 71 | 1 | 21 | 0 | 142 | 106 | 116 | 527 | 141 | 13 |
| Binary | 111001 | 1 | 10001 | 0 | 1100010 | 1000110 | 1001110 | 101010111 | 1100001 | 1011 |
Color Harmonies of #390111
Complementary color
Monochromatic Colors of #390111
Black with #390111
Text Example
Text Example
White with #390111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #390111; }
p { color: rgb(57,1,17); }
H1.HeaderClassName
{
color: #390111;
}
.AnyTagClassName
{
color: #390111;
}
</style>
background-color css
<style>
a { background-color: #390111; }
a { background-color: rgb(57,1,17); }
div.DivClassName
{
background-color: #390111;
}
.BgClassName
{
background-color: #390111;
}
</style>
border-color css
<style>
span { border-color: #390111; }
span { border-color: rgb(57,1,17); }
td.TdClassName
{
border-color: #390111;
}
.TagClassName
{
border-color: #390111;
}
</style>