#3E121C

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

Shades of Rustic Red #3E121C

Tints of Rustic Red #3E121C

Color information

#3E121C (or 0x3E121C) is unknown color: approx Rustic Red. HEX triplet: 3E, 12 and 1C. RGB value is (62,18,28). Sum of RGB (Red+Green+Blue) = 62+18+28=108 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.41% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 62 - color contains mainly: red. Hex color #3E121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E121C is #C1EDE3. Grayscale: #202020. Windows color (decimal): -12709348 or 1839678. OLE color: 1839678.

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

Color convert

RGB621828-
CMYK00.710.550.76
HSL346.36º55%15.69%-
HSV(B)346.36º70.97%24.31%-
XYZ2.411.541.27-
YUV32.3125.58149.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 57.41%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 25.93%
R=57.41%
G=16.67%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62182800.710.550.76346.365515.69
Hex3E121C047374C15a3710
Octal7622340107671145326720
Binary111110100101110001000111110111100110010101101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,28); }

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

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

 a { background-color: rgb(62,18,28); }

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

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

 span { border-color: rgb(62,18,28); }

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