#3E101C

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

Shades of Rustic Red #3E101C

Tints of Rustic Red #3E101C

Color information

#3E101C (or 0x3E101C) is unknown color: approx Rustic Red. HEX triplet: 3E, 10 and 1C. RGB value is (62,16,28). Sum of RGB (Red+Green+Blue) = 62+16+28=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E101C is #C1EFE3. Grayscale: #1F1F1F. Windows color (decimal): -12709860 or 1839166. OLE color: 1839166.

HSL color Cylindrical-coordinate representation of color #3E101C: hue angle of 344.35º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E101C is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.76.

Color convert

RGB621628-
CMYK00.740.550.76
HSL344.35º58.97%15.29%-
HSV(B)344.35º74.19%24.31%-
XYZ2.381.481.26-
YUV31.12126.24150.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 58.49%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 28 (11.33% from 255) = 26.42%
R=58.49%
G=15.09%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62162800.740.550.76344.3558.9715.29
Hex3E101C04A374C1583bf
Octal7620340112671145307317
Binary11111010000111000100101011011110011001010110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,16,28); }

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

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

 a { background-color: rgb(62,16,28); }

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

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

 span { border-color: rgb(62,16,28); }

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