#3D1C1D

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

Shades of Rustic Red #3D1C1D

Tints of Rustic Red #3D1C1D

Color information

#3D1C1D (or 0x3D1C1D) is unknown color: approx Rustic Red. HEX triplet: 3D, 1C and 1D. RGB value is (61,28,29). Sum of RGB (Red+Green+Blue) = 61+28+29=118 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.69% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C1D is #C2E3E2. Grayscale: #262626. Windows color (decimal): -12772323 or 1907773. OLE color: 1907773.

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

Color convert

RGB612829-
CMYK00.540.520.76
HSL358.18º37.08%17.45%-
HSV(B)358.18º54.1%23.92%-
XYZ2.561.911.4-
YUV37.98122.93144.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.69%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 29 (11.72% from 255) = 24.58%
R=51.69%
G=23.73%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61282900.540.520.76358.1837.0817.45
Hex3D1C1D036344C1662511
Octal753435066641145464521
Binary11110111100111010110110110100100110010110011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,29); }

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

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

 a { background-color: rgb(61,28,29); }

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

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

 span { border-color: rgb(61,28,29); }

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