#3A1D1F

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

Shades of Rustic Red #3A1D1F

Tints of Rustic Red #3A1D1F

Color information

#3A1D1F (or 0x3A1D1F) is unknown color: approx Rustic Red. HEX triplet: 3A, 1D and 1F. RGB value is (58,29,31). Sum of RGB (Red+Green+Blue) = 58+29+31=118 (15% of max value = 765). Red value is 58 (23.05% from 255 or 49.15% from 118); Green value is 29 (11.72% from 255 or 24.58% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1D1F is #C5E2E0. Grayscale: #252525. Windows color (decimal): -12968673 or 2039098. OLE color: 2039098.

HSL color Cylindrical-coordinate representation of color #3A1D1F: hue angle of 355.86º 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 #3A1D1F is Cyan = 0, Magento = 0.5, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB582931-
CMYK00.50.470.77
HSL355.86º33.33%17.06%-
HSV(B)355.86º50%22.75%-
XYZ2.431.881.53-
YUV37.9124.11142.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 49.15%
GREEN value IS 29 (11.72% from 255) = 24.58%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=49.15%
G=24.58%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58293100.50.470.77355.8633.3317.06
Hex3A1D1F0322F4D1642111
Octal723537062571155444121
Binary11101011101111110110010101111100110110110010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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