#3D151C

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

Shades of Rustic Red #3D151C

Tints of Rustic Red #3D151C

Color information

#3D151C (or 0x3D151C) is unknown color: approx Rustic Red. HEX triplet: 3D, 15 and 1C. RGB value is (61,21,28). Sum of RGB (Red+Green+Blue) = 61+21+28=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D151C is #C2EAE3. Grayscale: #212121. Windows color (decimal): -12774116 or 1840445. OLE color: 1840445.

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

Color convert

RGB612128-
CMYK00.660.540.76
HSL349.5º48.78%16.08%-
HSV(B)349.5º65.57%23.92%-
XYZ2.41.611.28-
YUV33.76124.75147.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=55.45%
G=19.09%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61212800.660.540.76349.548.7816.08
Hex3D151C042364C15e3110
Octal7525340102661145366120
Binary111101101011110001000010110110100110010101111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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