#390F16

Color #390F16 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #390F16

Tints of Rustic Red #390F16

Color information

#390F16 (or 0x390F16) is unknown color: approx Rustic Red. HEX triplet: 39, 0F and 16. RGB value is (57,15,22). Sum of RGB (Red+Green+Blue) = 57+15+22=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 22 (8.98% from 255 or 23.40% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390F16 is #C6F0E9. Grayscale: #1C1C1C. Windows color (decimal): -13037802 or 1445689. OLE color: 1445689.

HSL color Cylindrical-coordinate representation of color #390F16: hue angle of 350º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #390F16 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB571522-
CMYK00.740.610.78
HSL350º58.33%14.12%-
HSV(B)350º73.68%22.35%-
XYZ21.270.9-
YUV28.36124.41148.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 22 (8.98% from 255) = 23.40%
R=60.64%
G=15.96%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57152200.740.610.7835058.3314.12
Hex39F1604A3D4E15e3ae
Octal7117260112751165367216
Binary1110011111101100100101011110110011101010111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390F16; }

 p { color: rgb(57,15,22); }

 H1.HeaderClassName
 {
   color: #390F16;
 }
 .AnyTagClassName
 {
   color: #390F16;
 }
</style>
background-color css

<style>
 a { background-color: #390F16; }

 a { background-color: rgb(57,15,22); }

 div.DivClassName
 {
   background-color: #390F16;
 }
 .BgClassName
 {
   background-color: #390F16;
 }
</style>
border-color css

<style>
 span { border-color: #390F16; }

 span { border-color: rgb(57,15,22); }

 td.TdClassName
 {
   border-color: #390F16;
 }
 .TagClassName
 {
   border-color: #390F16;
 }
</style>