#3E111A

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

Shades of Rustic Red #3E111A

Tints of Rustic Red #3E111A

Color information

#3E111A (or 0x3E111A) is unknown color: approx Rustic Red. HEX triplet: 3E, 11 and 1A. RGB value is (62,17,26). Sum of RGB (Red+Green+Blue) = 62+17+26=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E111A is #C1EEE5. Grayscale: #1F1F1F. Windows color (decimal): -12709606 or 1708350. OLE color: 1708350.

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

Color convert

RGB621726-
CMYK00.730.580.76
HSL348º56.96%15.49%-
HSV(B)348º72.58%24.31%-
XYZ2.371.51.14-
YUV31.48124.91149.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 59.05%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=59.05%
G=16.19%
B=24.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62172600.730.580.7634856.9615.49
Hex3E111A0493A4C15c39f
Octal7621320111721145347117
Binary11111010001110100100100111101010011001010111001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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