#3F060F

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

Shades of Rustic Red #3F060F

Tints of Rustic Red #3F060F

Color information

#3F060F (or 0x3F060F) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 0F. RGB value is (63,6,15). Sum of RGB (Red+Green+Blue) = 63+6+15=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060F is #C0F9F0. Grayscale: #181818. Windows color (decimal): -12646897 or 984639. OLE color: 984639.

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

Color convert

RGB63615-
CMYK00.900.760.75
HSL350.53º82.61%13.53%-
HSV(B)350.53º90.48%24.71%-
XYZ2.21.220.57-
YUV24.07122.88155.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 15 (6.25% from 255) = 17.86%
R=75%
G=7.14%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.76
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6361500.900.760.75350.5382.6113.53
Hex3F6F05A4C4B15f53e
Octal77617013211411353712316
Binary1111111101111010110101001100100101110101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,6,15); }

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

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

 a { background-color: rgb(63,6,15); }

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

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

 span { border-color: rgb(63,6,15); }

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