#3E0B16

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

Shades of Rustic Red #3E0B16

Tints of Rustic Red #3E0B16

Color information

#3E0B16 (or 0x3E0B16) is unknown color: approx Rustic Red. HEX triplet: 3E, 0B and 16. RGB value is (62,11,22). Sum of RGB (Red+Green+Blue) = 62+11+22=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B16 is #C1F4E9. Grayscale: #1B1B1B. Windows color (decimal): -12711146 or 1444670. OLE color: 1444670.

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

Color convert

RGB621122-
CMYK00.820.650.76
HSL347.06º69.86%14.31%-
HSV(B)347.06º82.26%24.31%-
XYZ2.251.320.9-
YUV27.5124.9152.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 65.26%
GREEN value IS 11 (4.69% from 255) = 11.58%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=65.26%
G=11.58%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62112200.820.650.76347.0669.8614.31
Hex3EB16052414C15b46e
Octal761326012210111453310616
Binary111110101110110010100101000001100110010101101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,11,22); }

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

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

 a { background-color: rgb(62,11,22); }

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

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

 span { border-color: rgb(62,11,22); }

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