#3D181E

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

Shades of Rustic Red #3D181E

Tints of Rustic Red #3D181E

Color information

#3D181E (or 0x3D181E) is unknown color: approx Rustic Red. HEX triplet: 3D, 18 and 1E. RGB value is (61,24,30). Sum of RGB (Red+Green+Blue) = 61+24+30=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D181E is #C2E7E1. Grayscale: #232323. Windows color (decimal): -12773346 or 1972285. OLE color: 1972285.

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

Color convert

RGB612430-
CMYK00.610.510.76
HSL350.27º43.53%16.67%-
HSV(B)350.27º60.66%23.92%-
XYZ2.491.741.43-
YUV35.75124.76146.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.04%
GREEN value IS 24 (9.77% from 255) = 20.87%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=53.04%
G=20.87%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61243000.610.510.76350.2743.5316.67
Hex3D181E03D334C15e2c11
Octal753036075631145365421
Binary11110111000111100111101110011100110010101111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,24,30); }

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

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

 a { background-color: rgb(61,24,30); }

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

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

 span { border-color: rgb(61,24,30); }

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