#3B040E

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

Shades of Rustic Red #3B040E

Tints of Rustic Red #3B040E

Color information

#3B040E (or 0x3B040E) is unknown color: approx Rustic Red. HEX triplet: 3B, 04 and 0E. RGB value is (59,4,14). Sum of RGB (Red+Green+Blue) = 59+4+14=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B040E is #C4FBF1. Grayscale: #151515. Windows color (decimal): -12909554 or 918587. OLE color: 918587.

HSL color Cylindrical-coordinate representation of color #3B040E: hue angle of 349.09º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B040E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.77.

Color convert

RGB59414-
CMYK00.930.760.77
HSL349.09º87.3%12.35%-
HSV(B)349.09º93.22%23.14%-
XYZ1.931.050.52-
YUV21.58123.72154.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 76.62%
GREEN value IS 4 (1.95% from 255) = 5.19%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=76.62%
G=5.19%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.76
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5941400.930.760.77349.0987.312.35
Hex3B4E05D4C4D15d57c
Octal73416013511411553512714
Binary1110111001110010111011001100100110110101110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,14); }

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

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

 a { background-color: rgb(59,4,14); }

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

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

 span { border-color: rgb(59,4,14); }

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