#3F1D1E

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

Shades of Rustic Red #3F1D1E

Tints of Rustic Red #3F1D1E

Color information

#3F1D1E (or 0x3F1D1E) is unknown color: approx Rustic Red. HEX triplet: 3F, 1D and 1E. RGB value is (63,29,30). Sum of RGB (Red+Green+Blue) = 63+29+30=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D1E is #C0E2E1. Grayscale: #272727. Windows color (decimal): -12640994 or 1973567. OLE color: 1973567.

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

Color convert

RGB632930-
CMYK00.540.520.75
HSL358.24º36.96%18.04%-
HSV(B)358.24º53.97%24.71%-
XYZ2.722.031.48-
YUV39.28122.76144.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=51.64%
G=23.77%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63293000.540.520.75358.2436.9618.04
Hex3F1D1E036344B1662512
Octal773536066641135464522
Binary11111111101111100110110110100100101110110011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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