#3E0B14

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

Shades of Rustic Red #3E0B14

Tints of Rustic Red #3E0B14

Color information

#3E0B14 (or 0x3E0B14) is unknown color: approx Rustic Red. HEX triplet: 3E, 0B and 14. RGB value is (62,11,20). Sum of RGB (Red+Green+Blue) = 62+11+20=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 20 (8.20% from 255 or 21.51% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0B14 is #C1F4EB. Grayscale: #1B1B1B. Windows color (decimal): -12711148 or 1313598. OLE color: 1313598.

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

Color convert

RGB621120-
CMYK00.820.680.76
HSL349.41º69.86%14.31%-
HSV(B)349.41º82.26%24.31%-
XYZ2.231.310.8-
YUV27.28123.9152.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 20 (8.20% from 255) = 21.51%
R=66.67%
G=11.83%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62112000.820.680.76349.4169.8614.31
Hex3EB14052444C15d46e
Octal761324012210411453510616
Binary111110101110100010100101000100100110010101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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