#3D171E

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

Shades of Rustic Red #3D171E

Tints of Rustic Red #3D171E

Color information

#3D171E (or 0x3D171E) is unknown color: approx Rustic Red. HEX triplet: 3D, 17 and 1E. RGB value is (61,23,30). Sum of RGB (Red+Green+Blue) = 61+23+30=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D171E is #C2E8E1. Grayscale: #232323. Windows color (decimal): -12773602 or 1972029. OLE color: 1972029.

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

Color convert

RGB612330-
CMYK00.620.510.76
HSL348.95º45.24%16.47%-
HSV(B)348.95º62.3%23.92%-
XYZ2.471.71.43-
YUV35.16125.09146.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=53.51%
G=20.18%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61233000.620.510.76348.9545.2416.47
Hex3D171E03E334C15d2d10
Octal752736076631145355520
Binary11110110111111100111110110011100110010101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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