#3E0F1A

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

Shades of Rustic Red #3E0F1A

Tints of Rustic Red #3E0F1A

Color information

#3E0F1A (or 0x3E0F1A) is unknown color: approx Rustic Red. HEX triplet: 3E, 0F and 1A. RGB value is (62,15,26). Sum of RGB (Red+Green+Blue) = 62+15+26=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F1A is #C1F0E5. Grayscale: #1E1E1E. Windows color (decimal): -12710118 or 1707838. OLE color: 1707838.

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

Color convert

RGB621526-
CMYK00.760.580.76
HSL345.96º61.04%15.1%-
HSV(B)345.96º75.81%24.31%-
XYZ2.341.441.13-
YUV30.31125.57150.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 60.19%
GREEN value IS 15 (6.25% from 255) = 14.56%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=60.19%
G=14.56%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62152600.760.580.76345.9661.0415.1
Hex3EF1A04C3A4C15a3df
Octal7617320114721145327517
Binary1111101111110100100110011101010011001010110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,15,26); }

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

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

 a { background-color: rgb(62,15,26); }

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

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

 span { border-color: rgb(62,15,26); }

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