#390C19

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

Shades of Rustic Red #390C19

Tints of Rustic Red #390C19

Color information

#390C19 (or 0x390C19) is unknown color: approx Rustic Red. HEX triplet: 39, 0C and 19. RGB value is (57,12,25). Sum of RGB (Red+Green+Blue) = 57+12+25=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #390C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390C19 is #C6F3E6. Grayscale: #1A1A1A. Windows color (decimal): -13038567 or 1641529. OLE color: 1641529.

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

Color convert

RGB571225-
CMYK00.790.560.78
HSL342.67º65.22%13.53%-
HSV(B)342.67º78.95%22.35%-
XYZ1.991.21.05-
YUV26.94126.91149.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 60.64%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=60.64%
G=12.77%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57122500.790.560.78342.6765.2213.53
Hex39C1904F384E15741e
Octal71143101177011652710116
Binary11100111001100101001111111000100111010101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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