#3E090E

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

Shades of Rustic Red #3E090E

Tints of Rustic Red #3E090E

Color information

#3E090E (or 0x3E090E) is unknown color: approx Rustic Red. HEX triplet: 3E, 09 and 0E. RGB value is (62,9,14). Sum of RGB (Red+Green+Blue) = 62+9+14=85 (11% of max value = 765). Red value is 62 (24.61% from 255 or 72.94% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 62 - color contains mainly: red. Hex color #3E090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E090E is #C1F6F1. Grayscale: #191919. Windows color (decimal): -12711666 or 919870. OLE color: 919870.

HSL color Cylindrical-coordinate representation of color #3E090E: hue angle of 354.34º 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 #3E090E is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.76.

Color convert

RGB62914-
CMYK00.850.770.76
HSL354.34º74.65%13.92%-
HSV(B)354.34º85.48%24.31%-
XYZ2.161.250.54-
YUV25.42121.56154.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 72.94%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=72.94%
G=10.59%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6291400.850.770.76354.3474.6513.92
Hex3E9E0554D4C1624be
Octal761116012511511454211316
Binary11111010011110010101011001101100110010110001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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