#1E070F

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

Shades of Rustic Red #1E070F

Tints of Rustic Red #1E070F

Color information

#1E070F (or 0x1E070F) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 0F. RGB value is (30,7,15). Sum of RGB (Red+Green+Blue) = 30+7+15=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070F is #E1F8F0. Grayscale: #0E0E0E. Windows color (decimal): -14809329 or 984862. OLE color: 984862.

HSL color Cylindrical-coordinate representation of color #1E070F: hue angle of 339.13º 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 #1E070F is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.88.

Color convert

RGB30715-
CMYK00.770.50.88
HSL339.13º62.16%7.25%-
HSV(B)339.13º76.67%11.76%-
XYZ0.70.460.5-
YUV14.79128.12138.85-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 57.69%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=57.69%
G=13.46%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3071500.770.50.88339.1362.167.25
Hex1E7F04D32581533e7
Octal36717011562130523767
Binary111101111111010011011100101011000101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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