#1E070C

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

Shades of Rustic Red #1E070C

Tints of Rustic Red #1E070C

Color information

#1E070C (or 0x1E070C) is unknown color: approx Rustic Red. HEX triplet: 1E, 07 and 0C. RGB value is (30,7,12). Sum of RGB (Red+Green+Blue) = 30+7+12=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 7 (3.12% from 255 or 14.29% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E070C is #E1F8F3. Grayscale: #0E0E0E. Windows color (decimal): -14809332 or 788254. OLE color: 788254.

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

Color convert

RGB30712-
CMYK00.770.600.88
HSL346.96º62.16%7.25%-
HSV(B)346.96º76.67%11.76%-
XYZ0.680.450.4-
YUV14.45126.62139.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 61.22%
GREEN value IS 7 (3.12% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 24.49%
R=61.22%
G=14.29%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.60
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3071200.770.600.88346.9662.167.25
Hex1E7C04D3C5815b3e7
Octal36714011574130533767
Binary111101111100010011011111001011000101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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