#3F070E

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

Shades of Rustic Red #3F070E

Tints of Rustic Red #3F070E

Color information

#3F070E (or 0x3F070E) is unknown color: approx Rustic Red. HEX triplet: 3F, 07 and 0E. RGB value is (63,7,14). Sum of RGB (Red+Green+Blue) = 63+7+14=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F070E is #C0F8F1. Grayscale: #181818. Windows color (decimal): -12646642 or 919359. OLE color: 919359.

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

Color convert

RGB63714-
CMYK00.890.780.75
HSL352.5º80%13.73%-
HSV(B)352.5º88.89%24.71%-
XYZ2.211.240.54-
YUV24.54122.05155.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75%
GREEN value IS 7 (3.12% from 255) = 8.33%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=75%
G=8.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6371400.890.780.75352.58013.73
Hex3F7E0594E4B16050e
Octal77716013111611354012016
Binary1111111111110010110011001110100101110110000010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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