#3E081A

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

Shades of Rustic Red #3E081A

Tints of Rustic Red #3E081A

Color information

#3E081A (or 0x3E081A) is unknown color: approx Rustic Red. HEX triplet: 3E, 08 and 1A. RGB value is (62,8,26). Sum of RGB (Red+Green+Blue) = 62+8+26=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E081A is #C1F7E5. Grayscale: #1A1A1A. Windows color (decimal): -12711910 or 1706046. OLE color: 1706046.

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

Color convert

RGB62826-
CMYK00.870.580.76
HSL340º77.14%13.73%-
HSV(B)340º87.1%24.31%-
XYZ2.261.271.1-
YUV26.2127.89153.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 64.58%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=64.58%
G=8.33%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6282600.870.580.7634077.1413.73
Hex3E81A0573A4C1544de
Octal76103201277211452411516
Binary11111010001101001010111111010100110010101010010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,8,26); }

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

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

 a { background-color: rgb(62,8,26); }

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

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

 span { border-color: rgb(62,8,26); }

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