#3D181D

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

Shades of Rustic Red #3D181D

Tints of Rustic Red #3D181D

Color information

#3D181D (or 0x3D181D) is unknown color: approx Rustic Red. HEX triplet: 3D, 18 and 1D. RGB value is (61,24,29). Sum of RGB (Red+Green+Blue) = 61+24+29=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 29 (11.72% from 255 or 25.44% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D181D is #C2E7E2. Grayscale: #232323. Windows color (decimal): -12773347 or 1906749. OLE color: 1906749.

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

Color convert

RGB612429-
CMYK00.610.520.76
HSL351.89º43.53%16.67%-
HSV(B)351.89º60.66%23.92%-
XYZ2.471.731.37-
YUV35.63124.26146.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 29 (11.72% from 255) = 25.44%
R=53.51%
G=21.05%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61242900.610.520.76351.8943.5316.67
Hex3D181D03D344C1602c11
Octal753035075641145405421
Binary11110111000111010111101110100100110010110000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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