#390C14

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

Shades of Rustic Red #390C14

Tints of Rustic Red #390C14

Color information

#390C14 (or 0x390C14) is unknown color: approx Rustic Red. HEX triplet: 39, 0C and 14. RGB value is (57,12,20). Sum of RGB (Red+Green+Blue) = 57+12+20=89 (11% of max value = 765). Red value is 57 (22.66% from 255 or 64.04% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 57 - color contains mainly: red. Hex color #390C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C14 is #C6F3EB. Grayscale: #1A1A1A. Windows color (decimal): -13038572 or 1313849. OLE color: 1313849.

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

Color convert

RGB571220-
CMYK00.790.650.78
HSL349.33º65.22%13.53%-
HSV(B)349.33º78.95%22.35%-
XYZ1.951.180.79-
YUV26.37124.41149.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 64.04%
GREEN value IS 12 (5.08% from 255) = 13.48%
BLUE value IS 20 (8.20% from 255) = 22.47%
R=64.04%
G=13.48%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57122000.790.650.78349.3365.2213.53
Hex39C1404F414E15d41e
Octal711424011710111653510116
Binary111001110010100010011111000001100111010101110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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