#3E010E

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

Shades of Rustic Red #3E010E

Tints of Rustic Red #3E010E

Color information

#3E010E (or 0x3E010E) is unknown color: approx Rustic Red. HEX triplet: 3E, 01 and 0E. RGB value is (62,1,14). Sum of RGB (Red+Green+Blue) = 62+1+14=77 (10% of max value = 765). Red value is 62 (24.61% from 255 or 80.52% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 14 (5.86% from 255 or 18.18% from 77); Max value from RGB is 62 - color contains mainly: red. Hex color #3E010E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E010E is #C1FEF1. Grayscale: #141414. Windows color (decimal): -12713714 or 917822. OLE color: 917822.

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

Color convert

RGB62114-
CMYK00.980.770.76
HSL347.21º96.83%12.35%-
HSV(B)347.21º98.39%24.31%-
XYZ2.081.080.51-
YUV20.72124.21157.44-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 80.52%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 14 (5.86% from 255) = 18.18%
R=80.52%
G=1.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6211400.980.770.76347.2196.8312.35
Hex3E1E0624D4C15b61c
Octal76116014211511453314114
Binary11111011110011000101001101100110010101101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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