#3F090C

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

Shades of Rustic Red #3F090C

Tints of Rustic Red #3F090C

Color information

#3F090C (or 0x3F090C) is unknown color: approx Rustic Red. HEX triplet: 3F, 09 and 0C. RGB value is (63,9,12). Sum of RGB (Red+Green+Blue) = 63+9+12=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F090C is #C0F6F3. Grayscale: #191919. Windows color (decimal): -12646132 or 788799. OLE color: 788799.

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

Color convert

RGB63912-
CMYK00.860.810.75
HSL356.67º75%14.12%-
HSV(B)356.67º85.71%24.71%-
XYZ2.211.280.48-
YUV25.49120.39154.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=75%
G=10.71%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6391200.860.810.75356.677514.12
Hex3F9C056514B1654be
Octal771114012612111354511316
Binary11111110011100010101101010001100101110110010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,12); }

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

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

 a { background-color: rgb(63,9,12); }

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

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

 span { border-color: rgb(63,9,12); }

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