#3E0914

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

Shades of Rustic Red #3E0914

Tints of Rustic Red #3E0914

Color information

#3E0914 (or 0x3E0914) is unknown color: approx Rustic Red. HEX triplet: 3E, 09 and 14. RGB value is (62,9,20). Sum of RGB (Red+Green+Blue) = 62+9+20=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E0914 is #C1F6EB. Grayscale: #1A1A1A. Windows color (decimal): -12711660 or 1313086. OLE color: 1313086.

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

Color convert

RGB62920-
CMYK00.850.680.76
HSL347.55º74.65%13.92%-
HSV(B)347.55º85.48%24.31%-
XYZ2.211.270.79-
YUV26.1124.56153.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 68.13%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=68.13%
G=9.89%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6292000.850.680.76347.5574.6513.92
Hex3E914055444C15c4be
Octal761124012510411453411316
Binary111110100110100010101011000100100110010101110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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