#3F020E

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

Shades of Rustic Red #3F020E

Tints of Rustic Red #3F020E

Color information

#3F020E (or 0x3F020E) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 0E. RGB value is (63,2,14). Sum of RGB (Red+Green+Blue) = 63+2+14=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 2 (1.17% from 255 or 2.53% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F020E is #C0FDF1. Grayscale: #151515. Windows color (decimal): -12647922 or 918079. OLE color: 918079.

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

Color convert

RGB63214-
CMYK00.970.780.75
HSL348.2º93.85%12.75%-
HSV(B)348.2º96.83%24.71%-
XYZ2.151.130.52-
YUV21.61123.71157.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 79.75%
GREEN value IS 2 (1.17% from 255) = 2.53%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=79.75%
G=2.53%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321400.970.780.75348.293.8512.75
Hex3F2E0614E4B15c5ed
Octal77216014111611353413615
Binary111111101110011000011001110100101110101110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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