#3F0616

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

Shades of Rustic Red #3F0616

Tints of Rustic Red #3F0616

Color information

#3F0616 (or 0x3F0616) is unknown color: approx Rustic Red. HEX triplet: 3F, 06 and 16. RGB value is (63,6,22). Sum of RGB (Red+Green+Blue) = 63+6+22=91 (12% of max value = 765). Red value is 63 (25% from 255 or 69.23% from 91); Green value is 6 (2.73% from 255 or 6.59% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0616 is #C0F9E9. Grayscale: #181818. Windows color (decimal): -12646890 or 1443391. OLE color: 1443391.

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

Color convert

RGB63622-
CMYK00.900.650.75
HSL343.16º82.61%13.53%-
HSV(B)343.16º90.48%24.71%-
XYZ2.261.240.88-
YUV24.87126.38155.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 69.23%
GREEN value IS 6 (2.73% from 255) = 6.59%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=69.23%
G=6.59%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6362200.900.650.75343.1682.6113.53
Hex3F61605A414B15753e
Octal77626013210111352712316
Binary11111111010110010110101000001100101110101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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