#3A1A1D

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

Shades of Rustic Red #3A1A1D

Tints of Rustic Red #3A1A1D

Color information

#3A1A1D (or 0x3A1A1D) is unknown color: approx Rustic Red. HEX triplet: 3A, 1A and 1D. RGB value is (58,26,29). Sum of RGB (Red+Green+Blue) = 58+26+29=113 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.33% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A1D is #C5E5E2. Grayscale: #232323. Windows color (decimal): -12969443 or 1907258. OLE color: 1907258.

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

Color convert

RGB582629-
CMYK00.550.50.77
HSL354.38º38.1%16.47%-
HSV(B)354.38º55.17%22.75%-
XYZ2.341.731.37-
YUV35.91124.1143.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 51.33%
GREEN value IS 26 (10.55% from 255) = 23.01%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=51.33%
G=23.01%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.5
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58262900.550.50.77354.3838.116.47
Hex3A1A1D037324D1622610
Octal723235067621155424620
Binary11101011010111010110111110010100110110110001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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