#390409

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

Shades of Rustic Red #390409

Tints of Rustic Red #390409

Color information

#390409 (or 0x390409) is unknown color: approx Rustic Red. HEX triplet: 39, 04 and 09. RGB value is (57,4,9). Sum of RGB (Red+Green+Blue) = 57+4+9=70 (9% of max value = 765). Red value is 57 (22.66% from 255 or 81.43% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 57 - color contains mainly: red. Hex color #390409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390409 is #C6FBF6. Grayscale: #141414. Windows color (decimal): -13040631 or 590905. OLE color: 590905.

HSL color Cylindrical-coordinate representation of color #390409: hue angle of 354.34º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #390409 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB5749-
CMYK00.930.840.78
HSL354.34º86.89%11.96%-
HSV(B)354.34º92.98%22.35%-
XYZ1.780.980.35-
YUV20.42121.56154.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 81.43%
GREEN value IS 4 (1.95% from 255) = 5.71%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=81.43%
G=5.71%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal574900.930.840.78354.3486.8911.96
Hex394905D544E16257c
Octal71411013512411654212714
Binary1110011001001010111011010100100111010110001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390409; }

 p { color: rgb(57,4,9); }

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

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

 a { background-color: rgb(57,4,9); }

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

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

 span { border-color: rgb(57,4,9); }

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