#1E070D

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

Shades of Rustic Red #1E070D

Tints of Rustic Red #1E070D

Color information

#1E070D (or 0x1E070D) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 0D. RGB value is (30,7,13). Sum of RGB (Red+Green+Blue) = 30+7+13=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070D is #E1F8F2. Grayscale: #0E0E0E. Windows color (decimal): -14809331 or 853790. OLE color: 853790.

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

Color convert

RGB30713-
CMYK00.770.570.88
HSL344.35º62.16%7.25%-
HSV(B)344.35º76.67%11.76%-
XYZ0.680.460.43-
YUV14.56127.12139.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 60%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 13 (5.47% from 255) = 26%
R=60%
G=14%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.57
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3071300.770.570.88344.3562.167.25
Hex1E7D04D39581583e7
Octal36715011571130530767
Binary111101111101010011011110011011000101011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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