#0E070A

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

Shades of Rustic Red #0E070A

Tints of Rustic Red #0E070A

Color information

#0E070A (or 0x0E070A) is unknown color: approx Rustic Red. HEX triplet: 0E, 07 and 0A. RGB value is (14,7,10). Sum of RGB (Red+Green+Blue) = 14+7+10=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 10 (4.30% from 255 or 32.26% from 31); Max value from RGB is 14 - color contains mainly: red. Hex color #0E070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070A is #F1F8F5. Grayscale: #090909. Windows color (decimal): -15857910 or 657166. OLE color: 657166.

HSL color Cylindrical-coordinate representation of color #0E070A: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E070A is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB14710-
CMYK00.50.290.95
HSL334.29º33.33%4.12%-
HSV(B)334.29º50%5.49%-
XYZ0.310.270.32-
YUV9.44128.32131.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 45.16%
GREEN value IS 7 (3.12% from 255) = 22.58%
BLUE value IS 10 (4.30% from 255) = 32.26%
R=45.16%
G=22.58%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1471000.50.290.95334.2933.334.12
HexE7A0321D5F14e214
Octal1671206235137516414
Binary111011110100110010111011011111101001110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E070A; }

 p { color: rgb(14,7,10); }

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

<style>
 a { background-color: #0E070A; }

 a { background-color: rgb(14,7,10); }

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

<style>
 span { border-color: #0E070A; }

 span { border-color: rgb(14,7,10); }

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