#3A1D1E

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

Shades of Rustic Red #3A1D1E

Tints of Rustic Red #3A1D1E

Color information

#3A1D1E (or 0x3A1D1E) is unknown color: approx Rustic Red. HEX triplet: 3A, 1D and 1E. RGB value is (58,29,30). Sum of RGB (Red+Green+Blue) = 58+29+30=117 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.57% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1D1E is #C5E2E1. Grayscale: #252525. Windows color (decimal): -12968674 or 1973562. OLE color: 1973562.

HSL color Cylindrical-coordinate representation of color #3A1D1E: hue angle of 357.93º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A1D1E is Cyan = 0, Magento = 0.5, Yellow = 0.48 and Black (K on CMYK) = 0.77.

Color convert

RGB582930-
CMYK00.50.480.77
HSL357.93º33.33%17.06%-
HSV(B)357.93º50%22.75%-
XYZ2.421.871.46-
YUV37.78123.61142.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.57%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=49.57%
G=24.79%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58293000.50.480.77357.9333.3317.06
Hex3A1D1E032304D1662111
Octal723536062601155464121
Binary11101011101111100110010110000100110110110011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,29,30); }

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

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

 a { background-color: rgb(58,29,30); }

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

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

 span { border-color: rgb(58,29,30); }

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