#3E181E

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

Shades of Rustic Red #3E181E

Tints of Rustic Red #3E181E

Color information

#3E181E (or 0x3E181E) is unknown color: approx Rustic Red. HEX triplet: 3E, 18 and 1E. RGB value is (62,24,30). Sum of RGB (Red+Green+Blue) = 62+24+30=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E181E is #C1E7E1. Grayscale: #242424. Windows color (decimal): -12707810 or 1972286. OLE color: 1972286.

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

Color convert

RGB622430-
CMYK00.610.520.76
HSL350.53º44.19%16.86%-
HSV(B)350.53º61.29%24.31%-
XYZ2.551.771.44-
YUV36.05124.59146.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 53.45%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=53.45%
G=20.69%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62243000.610.520.76350.5344.1916.86
Hex3E181E03D344C15f2c11
Octal763036075641145375421
Binary11111011000111100111101110100100110010101111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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