#3E171C

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

Shades of Rustic Red #3E171C

Tints of Rustic Red #3E171C

Color information

#3E171C (or 0x3E171C) is unknown color: approx Rustic Red. HEX triplet: 3E, 17 and 1C. RGB value is (62,23,28). Sum of RGB (Red+Green+Blue) = 62+23+28=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E171C is #C1E8E3. Grayscale: #232323. Windows color (decimal): -12708068 or 1840958. OLE color: 1840958.

HSL color Cylindrical-coordinate representation of color #3E171C: hue angle of 352.31º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E171C is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB622328-
CMYK00.630.550.76
HSL352.31º45.88%16.67%-
HSV(B)352.31º62.9%24.31%-
XYZ2.51.721.3-
YUV35.23123.92147.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.87%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 28 (11.33% from 255) = 24.78%
R=54.87%
G=20.35%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62232800.630.550.76352.3145.8816.67
Hex3E171C03F374C1602e11
Octal762734077671145405621
Binary11111010111111000111111110111100110010110000010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,23,28); }

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

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

 a { background-color: rgb(62,23,28); }

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

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

 span { border-color: rgb(62,23,28); }

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