#3D161D

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

Shades of Rustic Red #3D161D

Tints of Rustic Red #3D161D

Color information

#3D161D (or 0x3D161D) is unknown color: approx Rustic Red. HEX triplet: 3D, 16 and 1D. RGB value is (61,22,29). Sum of RGB (Red+Green+Blue) = 61+22+29=112 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.46% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 61 - color contains mainly: red. Hex color #3D161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D161D is #C2E9E2. Grayscale: #222222. Windows color (decimal): -12773859 or 1906237. OLE color: 1906237.

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

Color convert

RGB612229-
CMYK00.640.520.76
HSL349.23º46.99%16.27%-
HSV(B)349.23º63.93%23.92%-
XYZ2.431.651.35-
YUV34.46124.92146.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.46%
GREEN value IS 22 (8.98% from 255) = 19.64%
BLUE value IS 29 (11.72% from 255) = 25.89%
R=54.46%
G=19.64%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61222900.640.520.76349.2346.9916.27
Hex3D161D040344C15d2f10
Octal7526350100641145355720
Binary111101101101110101000000110100100110010101110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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