#3D161E

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

Shades of Rustic Red #3D161E

Tints of Rustic Red #3D161E

Color information

#3D161E (or 0x3D161E) is unknown color: approx Rustic Red. HEX triplet: 3D, 16 and 1E. RGB value is (61,22,30). Sum of RGB (Red+Green+Blue) = 61+22+30=113 (14% of max value = 765). Red value is 61 (24.22% from 255 or 53.98% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 61 - color contains mainly: red. Hex color #3D161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D161E is #C2E9E1. Grayscale: #222222. Windows color (decimal): -12773858 or 1971773. OLE color: 1971773.

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

Color convert

RGB612230-
CMYK00.640.510.76
HSL347.69º46.99%16.27%-
HSV(B)347.69º63.93%23.92%-
XYZ2.451.661.42-
YUV34.57125.42146.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.98%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 30 (12.11% from 255) = 26.55%
R=53.98%
G=19.47%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61223000.640.510.76347.6946.9916.27
Hex3D161E040334C15c2f10
Octal7526360100631145345720
Binary111101101101111001000000110011100110010101110010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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