#3E0014

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

Shades of Rustic Red #3E0014

Tints of Rustic Red #3E0014

Color information

#3E0014 (or 0x3E0014) is unknown color: approx Rustic Red. HEX triplet: 3E, 00 and 14. RGB value is (62,0,20). Sum of RGB (Red+Green+Blue) = 62+0+20=82 (10% of max value = 765). Red value is 62 (24.61% from 255 or 75.61% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0014 is #C1FFEB. Grayscale: #141414. Windows color (decimal): -12713964 or 1310782. OLE color: 1310782.

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

Color convert

RGB62020-
CMYK010.680.76
HSL340.65º100%12.16%-
HSV(B)340.65º100%24.31%-
XYZ2.111.070.76-
YUV20.82127.54157.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 75.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 24.39%
R=75.61%
G=0%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62020010.680.76340.6510012.16
Hex3E014064444C15564c
Octal76024014410411452514414
Binary111110010100011001001000100100110010101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,0,20); }

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

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

 a { background-color: rgb(62,0,20); }

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

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

 span { border-color: rgb(62,0,20); }

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