#3F1117

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

Shades of Rustic Red #3F1117

Tints of Rustic Red #3F1117

Color information

#3F1117 (or 0x3F1117) is unknown color: approx Rustic Red. HEX triplet: 3F, 11 and 17. RGB value is (63,17,23). Sum of RGB (Red+Green+Blue) = 63+17+23=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1117 is #C0EEE8. Grayscale: #1F1F1F. Windows color (decimal): -12644073 or 1511743. OLE color: 1511743.

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

Color convert

RGB631723-
CMYK00.730.630.75
HSL352.17º57.5%15.69%-
HSV(B)352.17º73.02%24.71%-
XYZ2.411.520.98-
YUV31.44123.24150.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 61.17%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=61.17%
G=16.50%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63172300.730.630.75352.1757.515.69
Hex3F11170493F4B1603a10
Octal7721270111771135407220
Binary111111100011011101001001111111100101110110000011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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