#3E1116

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

Shades of Rustic Red #3E1116

Tints of Rustic Red #3E1116

Color information

#3E1116 (or 0x3E1116) is unknown color: approx Rustic Red. HEX triplet: 3E, 11 and 16. RGB value is (62,17,22). Sum of RGB (Red+Green+Blue) = 62+17+22=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1116 is #C1EEE9. Grayscale: #1F1F1F. Windows color (decimal): -12709610 or 1446206. OLE color: 1446206.

HSL color Cylindrical-coordinate representation of color #3E1116: hue angle of 353.33º 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 #3E1116 is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB621722-
CMYK00.730.650.76
HSL353.33º56.96%15.49%-
HSV(B)353.33º72.58%24.31%-
XYZ2.331.480.92-
YUV31.02122.91150.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 61.39%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 22 (8.98% from 255) = 21.78%
R=61.39%
G=16.83%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62172200.730.650.76353.3356.9615.49
Hex3E1116049414C16139f
Octal76212601111011145417117
Binary111110100011011001001001100000110011001011000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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