#3E0C0E

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

Shades of Rustic Red #3E0C0E

Tints of Rustic Red #3E0C0E

Color information

#3E0C0E (or 0x3E0C0E) is unknown color: approx Rustic Red. HEX triplet: 3E, 0C and 0E. RGB value is (62,12,14). Sum of RGB (Red+Green+Blue) = 62+12+14=88 (11% of max value = 765). Red value is 62 (24.61% from 255 or 70.45% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 14 (5.86% from 255 or 15.91% from 88); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0C0E is #C1F3F1. Grayscale: #1B1B1B. Windows color (decimal): -12710898 or 920638. OLE color: 920638.

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

Color convert

RGB621214-
CMYK00.810.770.76
HSL357.6º67.57%14.51%-
HSV(B)357.6º80.65%24.31%-
XYZ2.21.320.55-
YUV27.18120.56152.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 70.45%
GREEN value IS 12 (5.08% from 255) = 13.64%
BLUE value IS 14 (5.86% from 255) = 15.91%
R=70.45%
G=13.64%
B=15.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62121400.810.770.76357.667.5714.51
Hex3ECE0514D4C16644f
Octal761416012111511454610417
Binary11111011001110010100011001101100110010110011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,12,14); }

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

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

 a { background-color: rgb(62,12,14); }

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

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

 span { border-color: rgb(62,12,14); }

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