#3E0511

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

Shades of Rustic Red #3E0511

Tints of Rustic Red #3E0511

Color information

#3E0511 (or 0x3E0511) is unknown color: approx Rustic Red. HEX triplet: 3E, 05 and 11. RGB value is (62,5,17). Sum of RGB (Red+Green+Blue) = 62+5+17=84 (11% of max value = 765). Red value is 62 (24.61% from 255 or 73.81% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0511 is #C1FAEE. Grayscale: #171717. Windows color (decimal): -12712687 or 1115454. OLE color: 1115454.

HSL color Cylindrical-coordinate representation of color #3E0511: hue angle of 347.37º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0511 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB62517-
CMYK00.920.730.76
HSL347.37º85.07%13.14%-
HSV(B)347.37º91.94%24.31%-
XYZ2.141.170.64-
YUV23.41124.38155.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 73.81%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=73.81%
G=5.95%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6251700.920.730.76347.3785.0713.14
Hex3E51105C494C15b55d
Octal76521013411111453312515
Binary11111010110001010111001001001100110010101101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,5,17); }

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

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

 a { background-color: rgb(62,5,17); }

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

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

 span { border-color: rgb(62,5,17); }

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