#390309

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

Shades of Rustic Red #390309

Tints of Rustic Red #390309

Color information

#390309 (or 0x390309) is unknown color: approx Rustic Red. HEX triplet: 39, 03 and 09. RGB value is (57,3,9). Sum of RGB (Red+Green+Blue) = 57+3+9=69 (9% of max value = 765). Red value is 57 (22.66% from 255 or 82.61% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 9 (3.91% from 255 or 13.04% from 69); Max value from RGB is 57 - color contains mainly: red. Hex color #390309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390309 is #C6FCF6. Grayscale: #131313. Windows color (decimal): -13040887 or 590649. OLE color: 590649.

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

Color convert

RGB5739-
CMYK00.950.840.78
HSL353.33º90%11.76%-
HSV(B)353.33º94.74%22.35%-
XYZ1.770.950.35-
YUV19.83121.89154.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 82.61%
GREEN value IS 3 (1.56% from 255) = 4.35%
BLUE value IS 9 (3.91% from 255) = 13.04%
R=82.61%
G=4.35%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal573900.950.840.78353.339011.76
Hex393905F544E1615ac
Octal71311013712411654113214
Binary111001111001010111111010100100111010110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390309; }

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

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

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

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

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

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

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

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