#3F020C

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

Shades of Rustic Red #3F020C

Tints of Rustic Red #3F020C

Color information

#3F020C (or 0x3F020C) is unknown color: approx Rustic Red. HEX triplet: 3F, 02 and 0C. RGB value is (63,2,12). Sum of RGB (Red+Green+Blue) = 63+2+12=77 (10% of max value = 765). Red value is 63 (25% from 255 or 81.82% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 63 - color contains mainly: red. Hex color #3F020C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F020C is #C0FDF3. Grayscale: #151515. Windows color (decimal): -12647924 or 787007. OLE color: 787007.

HSL color Cylindrical-coordinate representation of color #3F020C: hue angle of 350.16º 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 #3F020C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB63212-
CMYK00.970.810.75
HSL350.16º93.85%12.75%-
HSV(B)350.16º96.83%24.71%-
XYZ2.141.130.45-
YUV21.38122.71157.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 81.82%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=81.82%
G=2.60%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6321200.970.810.75350.1693.8512.75
Hex3F2C061514B15e5ed
Octal77214014112111353613615
Binary111111101100011000011010001100101110101111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F020C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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