#3E0C1A

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

Shades of Rustic Red #3E0C1A

Tints of Rustic Red #3E0C1A

Color information

#3E0C1A (or 0x3E0C1A) is unknown color: approx Rustic Red. HEX triplet: 3E, 0C and 1A. RGB value is (62,12,26). Sum of RGB (Red+Green+Blue) = 62+12+26=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0C1A is #C1F3E5. Grayscale: #1C1C1C. Windows color (decimal): -12710886 or 1707070. OLE color: 1707070.

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

Color convert

RGB621226-
CMYK00.810.580.76
HSL343.2º67.57%14.51%-
HSV(B)343.2º80.65%24.31%-
XYZ2.31.361.12-
YUV28.55126.56151.86-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 62%
GREEN value IS 12 (5.08% from 255) = 12%
BLUE value IS 26 (10.55% from 255) = 26%
R=62%
G=12%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62122600.810.580.76343.267.5714.51
Hex3EC1A0513A4C15744f
Octal76143201217211452710417
Binary11111011001101001010001111010100110010101011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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