#390209

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

Shades of Rustic Red #390209

Tints of Rustic Red #390209

Color information

#390209 (or 0x390209) is unknown color: approx Rustic Red. HEX triplet: 39, 02 and 09. RGB value is (57,2,9). Sum of RGB (Red+Green+Blue) = 57+2+9=68 (9% of max value = 765). Red value is 57 (22.66% from 255 or 83.82% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 57 - color contains mainly: red. Hex color #390209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390209 is #C6FDF6. Grayscale: #131313. Windows color (decimal): -13041143 or 590393. OLE color: 590393.

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

Color convert

RGB5729-
CMYK00.960.840.78
HSL352.36º93.22%11.57%-
HSV(B)352.36º96.49%22.35%-
XYZ1.760.930.35-
YUV19.24122.22154.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 83.82%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 9 (3.91% from 255) = 13.24%
R=83.82%
G=2.94%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal572900.960.840.78352.3693.2211.57
Hex3929060544E1605dc
Octal71211014012411654013514
Binary111001101001011000001010100100111010110000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390209; }

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

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

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

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

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

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

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

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