#3D151D

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

Shades of Rustic Red #3D151D

Tints of Rustic Red #3D151D

Color information

#3D151D (or 0x3D151D) is unknown color: approx Rustic Red. HEX triplet: 3D, 15 and 1D. RGB value is (61,21,29). Sum of RGB (Red+Green+Blue) = 61+21+29=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D151D is #C2EAE2. Grayscale: #212121. Windows color (decimal): -12774115 or 1905981. OLE color: 1905981.

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

Color convert

RGB612129-
CMYK00.660.520.76
HSL348º48.78%16.08%-
HSV(B)348º65.57%23.92%-
XYZ2.411.621.35-
YUV33.87125.25147.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 21 (8.59% from 255) = 18.92%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=54.95%
G=18.92%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61212900.660.520.7634848.7816.08
Hex3D151D042344C15c3110
Octal7525350102641145346120
Binary111101101011110101000010110100100110010101110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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