#3E0618

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

Shades of Rustic Red #3E0618

Tints of Rustic Red #3E0618

Color information

#3E0618 (or 0x3E0618) is unknown color: approx Rustic Red. HEX triplet: 3E, 06 and 18. RGB value is (62,6,24). Sum of RGB (Red+Green+Blue) = 62+6+24=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 24 (9.77% from 255 or 26.09% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0618 is #C1F9E7. Grayscale: #181818. Windows color (decimal): -12712424 or 1574462. OLE color: 1574462.

HSL color Cylindrical-coordinate representation of color #3E0618: hue angle of 340.71º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0618 is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB62624-
CMYK00.900.610.76
HSL340.71º82.35%13.33%-
HSV(B)340.71º90.32%24.31%-
XYZ2.221.220.98-
YUV24.8127.55154.54-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 67.39%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 24 (9.77% from 255) = 26.09%
R=67.39%
G=6.52%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6262400.900.610.76340.7182.3513.33
Hex3E61805A3D4C15552d
Octal7663001327511452512215
Binary1111101101100001011010111101100110010101010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,6,24); }

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

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

 a { background-color: rgb(62,6,24); }

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

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

 span { border-color: rgb(62,6,24); }

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