#3D141D

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

Shades of Rustic Red #3D141D

Tints of Rustic Red #3D141D

Color information

#3D141D (or 0x3D141D) is unknown color: approx Rustic Red. HEX triplet: 3D, 14 and 1D. RGB value is (61,20,29). Sum of RGB (Red+Green+Blue) = 61+20+29=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D141D is #C2EBE2. Grayscale: #212121. Windows color (decimal): -12774371 or 1905725. OLE color: 1905725.

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

Color convert

RGB612029-
CMYK00.670.520.76
HSL346.83º50.62%15.88%-
HSV(B)346.83º67.21%23.92%-
XYZ2.41.581.34-
YUV33.28125.58147.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 29 (11.72% from 255) = 26.36%
R=55.45%
G=18.18%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61202900.670.520.76346.8350.6215.88
Hex3D141D043344C15b3310
Octal7524350103641145336320
Binary111101101001110101000011110100100110010101101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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