#3F040E

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

Shades of Rustic Red #3F040E

Tints of Rustic Red #3F040E

Color information

#3F040E (or 0x3F040E) is unknown color: approx Rustic Red. HEX triplet: 3F, 04 and 0E. RGB value is (63,4,14). Sum of RGB (Red+Green+Blue) = 63+4+14=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F040E is #C0FBF1. Grayscale: #161616. Windows color (decimal): -12647410 or 918591. OLE color: 918591.

HSL color Cylindrical-coordinate representation of color #3F040E: hue angle of 349.83º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F040E is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB63414-
CMYK00.940.780.75
HSL349.83º88.06%13.14%-
HSV(B)349.83º93.65%24.71%-
XYZ2.171.180.53-
YUV22.78123.05156.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 77.78%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 14 (5.86% from 255) = 17.28%
R=77.78%
G=4.94%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6341400.940.780.75349.8388.0613.14
Hex3F4E05E4E4B15e58d
Octal77416013611611353613015
Binary1111111001110010111101001110100101110101111010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F040E; }

 p { color: rgb(63,4,14); }

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

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

 a { background-color: rgb(63,4,14); }

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

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

 span { border-color: rgb(63,4,14); }

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