#390C0F

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

Shades of Rustic Red #390C0F

Tints of Rustic Red #390C0F

Color information

#390C0F (or 0x390C0F) is unknown color: approx Rustic Red. HEX triplet: 39, 0C and 0F. RGB value is (57,12,15). Sum of RGB (Red+Green+Blue) = 57+12+15=84 (11% of max value = 765). Red value is 57 (22.66% from 255 or 67.86% from 84); Green value is 12 (5.08% from 255 or 14.29% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 57 - color contains mainly: red. Hex color #390C0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C0F is #C6F3F0. Grayscale: #191919. Windows color (decimal): -13038577 or 986169. OLE color: 986169.

HSL color Cylindrical-coordinate representation of color #390C0F: hue angle of 356º 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 #390C0F is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB571215-
CMYK00.790.740.78
HSL356º65.22%13.53%-
HSV(B)356º78.95%22.35%-
XYZ1.911.170.58-
YUV25.8121.91150.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 67.86%
GREEN value IS 12 (5.08% from 255) = 14.29%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=67.86%
G=14.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57121500.790.740.7835665.2213.53
Hex39CF04F4A4E16441e
Octal711417011711211654410116
Binary11100111001111010011111001010100111010110010010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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