#3F0111

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

Shades of Rustic Red #3F0111

Tints of Rustic Red #3F0111

Color information

#3F0111 (or 0x3F0111) is unknown color: approx Rustic Red. HEX triplet: 3F, 01 and 11. RGB value is (63,1,17). Sum of RGB (Red+Green+Blue) = 63+1+17=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 17 (7.03% from 255 or 20.99% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0111 is #C0FEEE. Grayscale: #151515. Windows color (decimal): -12648175 or 1114431. OLE color: 1114431.

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

Color convert

RGB63117-
CMYK00.980.730.75
HSL344.52º96.88%12.55%-
HSV(B)344.52º98.41%24.71%-
XYZ2.161.120.63-
YUV21.36125.54157.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 77.78%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 17 (7.03% from 255) = 20.99%
R=77.78%
G=1.23%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6311700.980.730.75344.5296.8812.55
Hex3F111062494B15961d
Octal77121014211111353114115
Binary111111110001011000101001001100101110101100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,17); }

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

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

 a { background-color: rgb(63,1,17); }

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

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

 span { border-color: rgb(63,1,17); }

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