#3F1A1D

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

Shades of Rustic Red #3F1A1D

Tints of Rustic Red #3F1A1D

Color information

#3F1A1D (or 0x3F1A1D) is unknown color: approx Rustic Red. HEX triplet: 3F, 1A and 1D. RGB value is (63,26,29). Sum of RGB (Red+Green+Blue) = 63+26+29=118 (15% of max value = 765). Red value is 63 (25% from 255 or 53.39% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A1D is #C0E5E2. Grayscale: #252525. Windows color (decimal): -12641763 or 1907263. OLE color: 1907263.

HSL color Cylindrical-coordinate representation of color #3F1A1D: hue angle of 355.14º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A1D is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB632629-
CMYK00.590.540.75
HSL355.14º41.57%17.45%-
HSV(B)355.14º58.73%24.71%-
XYZ2.641.881.39-
YUV37.4123.26146.26-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 53.39%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=53.39%
G=22.03%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63262900.590.540.75355.1441.5717.45
Hex3F1A1D03B364B1632a11
Octal773235073661135435221
Binary11111111010111010111011110110100101110110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,26,29); }

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

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

 a { background-color: rgb(63,26,29); }

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

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

 span { border-color: rgb(63,26,29); }

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