#3D1C20

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

Shades of Rustic Red #3D1C20

Tints of Rustic Red #3D1C20

Color information

#3D1C20 (or 0x3D1C20) is unknown color: approx Rustic Red. HEX triplet: 3D, 1C and 20. RGB value is (61,28,32). Sum of RGB (Red+Green+Blue) = 61+28+32=121 (16% of max value = 765). Red value is 61 (24.22% from 255 or 50.41% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C20 is #C2E3DF. Grayscale: #262626. Windows color (decimal): -12772320 or 2104381. OLE color: 2104381.

HSL color Cylindrical-coordinate representation of color #3D1C20: hue angle of 352.73º 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 #3D1C20 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB612832-
CMYK00.540.480.76
HSL352.73º37.08%17.45%-
HSV(B)352.73º54.1%23.92%-
XYZ2.61.931.6-
YUV38.32124.43144.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 50.41%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 32 (12.89% from 255) = 26.45%
R=50.41%
G=23.14%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61283200.540.480.76352.7337.0817.45
Hex3D1C20036304C1612511
Octal753440066601145414521
Binary111101111001000000110110110000100110010110000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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