#3E161E

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

Shades of Rustic Red #3E161E

Tints of Rustic Red #3E161E

Color information

#3E161E (or 0x3E161E) is unknown color: approx Rustic Red. HEX triplet: 3E, 16 and 1E. RGB value is (62,22,30). Sum of RGB (Red+Green+Blue) = 62+22+30=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E161E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E161E is #C1E9E1. Grayscale: #222222. Windows color (decimal): -12708322 or 1971774. OLE color: 1971774.

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

Color convert

RGB622230-
CMYK00.650.520.76
HSL348º47.62%16.47%-
HSV(B)348º64.52%24.31%-
XYZ2.511.691.42-
YUV34.87125.25147.35-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 54.39%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=54.39%
G=19.30%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62223000.650.520.7634847.6216.47
Hex3E161E041344C15c3010
Octal7626360101641145346020
Binary111110101101111001000001110100100110010101110011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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