#390C1A

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

Shades of Rustic Red #390C1A

Tints of Rustic Red #390C1A

Color information

#390C1A (or 0x390C1A) is unknown color: approx Rustic Red. HEX triplet: 39, 0C and 1A. RGB value is (57,12,26). Sum of RGB (Red+Green+Blue) = 57+12+26=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #390C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C1A is #C6F3E5. Grayscale: #1B1B1B. Windows color (decimal): -13038566 or 1707065. OLE color: 1707065.

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

Color convert

RGB571226-
CMYK00.790.540.78
HSL341.33º65.22%13.53%-
HSV(B)341.33º78.95%22.35%-
XYZ2.011.211.1-
YUV27.05127.41149.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 26 (10.55% from 255) = 27.37%
R=60%
G=12.63%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57122600.790.540.78341.3365.2213.53
Hex39C1A04F364E15541e
Octal71143201176611652510116
Binary11100111001101001001111110110100111010101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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