#3F060E

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

Shades of Rustic Red #3F060E

Tints of Rustic Red #3F060E

Color information

#3F060E (or 0x3F060E) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 0E. RGB value is (63,6,14). Sum of RGB (Red+Green+Blue) = 63+6+14=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 6 (2.73% from 255 or 7.23% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060E is #C0F9F1. Grayscale: #171717. Windows color (decimal): -12646898 or 919103. OLE color: 919103.

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

Color convert

RGB63614-
CMYK00.900.780.75
HSL351.58º82.61%13.53%-
HSV(B)351.58º90.48%24.71%-
XYZ2.191.220.54-
YUV23.96122.38155.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 75.90%
GREEN value IS 6 (2.73% from 255) = 7.23%
BLUE value IS 14 (5.86% from 255) = 16.87%
R=75.90%
G=7.23%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6361400.900.780.75351.5882.6113.53
Hex3F6E05A4E4B16053e
Octal77616013211611354012316
Binary1111111101110010110101001110100101110110000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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