#390306

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

Shades of Rustic Red #390306

Tints of Rustic Red #390306

Color information

#390306 (or 0x390306) is unknown color: approx Rustic Red. HEX triplet: 39, 03 and 06. RGB value is (57,3,6). Sum of RGB (Red+Green+Blue) = 57+3+6=66 (8% of max value = 765). Red value is 57 (22.66% from 255 or 86.36% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 57 - color contains mainly: red. Hex color #390306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390306 is #C6FCF9. Grayscale: #131313. Windows color (decimal): -13040890 or 394041. OLE color: 394041.

HSL color Cylindrical-coordinate representation of color #390306: hue angle of 356.67º 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 #390306 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB5736-
CMYK00.950.890.78
HSL356.67º90%11.76%-
HSV(B)356.67º94.74%22.35%-
XYZ1.750.950.26-
YUV19.49120.39154.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 86.36%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=86.36%
G=4.55%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal573600.950.890.78356.679011.76
Hex393605F594E1655ac
Octal7136013713111654513214
Binary11100111110010111111011001100111010110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390306; }

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

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

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

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

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

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

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

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