#3E1012

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

Shades of Rustic Red #3E1012

Tints of Rustic Red #3E1012

Color information

#3E1012 (or 0x3E1012) is unknown color: approx Rustic Red. HEX triplet: 3E, 10 and 12. RGB value is (62,16,18). Sum of RGB (Red+Green+Blue) = 62+16+18=96 (12% of max value = 765). Red value is 62 (24.61% from 255 or 64.58% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1012 is #C1EFED. Grayscale: #1E1E1E. Windows color (decimal): -12709870 or 1183806. OLE color: 1183806.

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

Color convert

RGB621618-
CMYK00.740.710.76
HSL357.39º58.97%15.29%-
HSV(B)357.39º74.19%24.31%-
XYZ2.281.440.73-
YUV29.98121.24150.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 64.58%
GREEN value IS 16 (6.64% from 255) = 16.67%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=64.58%
G=16.67%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62161800.740.710.76357.3958.9715.29
Hex3E101204A474C1653bf
Octal76202201121071145457317
Binary111110100001001001001010100011110011001011001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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