#0E080A

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

Shades of Rustic Red #0E080A

Tints of Rustic Red #0E080A

Color information

#0E080A (or 0x0E080A) is unknown color: approx Rustic Red. HEX triplet: 0E, 08 and 0A. RGB value is (14,8,10). Sum of RGB (Red+Green+Blue) = 14+8+10=32 (4% of max value = 765). Red value is 14 (5.86% from 255 or 43.75% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 14 - color contains mainly: red. Hex color #0E080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E080A is #F1F7F5. Grayscale: #0A0A0A. Windows color (decimal): -15857654 or 657422. OLE color: 657422.

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

Color convert

RGB14810-
CMYK00.430.290.95
HSL340º27.27%4.31%-
HSV(B)340º42.86%5.49%-
XYZ0.320.290.33-
YUV10.02127.99130.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 43.75%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 10 (4.30% from 255) = 31.25%
R=43.75%
G=25%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1481000.430.290.9534027.274.31
HexE8A02B1D5F1541b4
Octal16101205335137524334
Binary111010001010010101111101101111110101010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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