#1E010D

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

Shades of Rustic Red #1E010D

Tints of Rustic Red #1E010D

Color information

#1E010D (or 0x1E010D) is unknown color: approx Rustic Red. HEX triplet: 1E, 01 and 0D. RGB value is (30,1,13). Sum of RGB (Red+Green+Blue) = 30+1+13=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E010D is #E1FEF2. Grayscale: #0B0B0B. Windows color (decimal): -14810867 or 852254. OLE color: 852254.

HSL color Cylindrical-coordinate representation of color #1E010D: hue angle of 335.17º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E010D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.88.

Color convert

RGB30113-
CMYK00.970.570.88
HSL335.17º93.55%6.08%-
HSV(B)335.17º96.67%11.76%-
XYZ0.620.330.41-
YUV11.04129.11141.52-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 68.18%
GREEN value IS 1 (0.78% from 255) = 2.27%
BLUE value IS 13 (5.47% from 255) = 29.55%
R=68.18%
G=2.27%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3011300.970.570.88335.1793.556.08
Hex1E1D061395814f5e6
Octal361150141711305171366
Binary11110111010110000111100110110001010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E010D; }

 p { color: rgb(30,1,13); }

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

<style>
 a { background-color: #1E010D; }

 a { background-color: rgb(30,1,13); }

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

<style>
 span { border-color: #1E010D; }

 span { border-color: rgb(30,1,13); }

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