#3F080E

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

Shades of Rustic Red #3F080E

Tints of Rustic Red #3F080E

Color information

#3F080E (or 0x3F080E) is unknown color: approx Rustic Red. HEX triplet: 3F, 08 and 0E. RGB value is (63,8,14). Sum of RGB (Red+Green+Blue) = 63+8+14=85 (11% of max value = 765). Red value is 63 (25% from 255 or 74.12% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 63 - color contains mainly: red. Hex color #3F080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F080E is #C0F7F1. Grayscale: #191919. Windows color (decimal): -12646386 or 919615. OLE color: 919615.

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

Color convert

RGB63814-
CMYK00.870.780.75
HSL353.45º77.46%13.92%-
HSV(B)353.45º87.3%24.71%-
XYZ2.221.260.54-
YUV25.13121.72155.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 74.12%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=74.12%
G=9.41%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6381400.870.780.75353.4577.4613.92
Hex3F8E0574E4B1614de
Octal771016012711611354111516
Binary11111110001110010101111001110100101110110000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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