#0E0106

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

Shades of Rustic Red #0E0106

Tints of Rustic Red #0E0106

Color information

#0E0106 (or 0x0E0106) is unknown color: approx Rustic Red. HEX triplet: 0E, 01 and 06. RGB value is (14,1,6). Sum of RGB (Red+Green+Blue) = 14+1+6=21 (2% of max value = 765). Red value is 14 (5.86% from 255 or 66.67% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 6 (2.73% from 255 or 28.57% from 21); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0106 is #F1FEF9. Grayscale: #050505. Windows color (decimal): -15859450 or 393486. OLE color: 393486.

HSL color Cylindrical-coordinate representation of color #0E0106: hue angle of 336.92º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E0106 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.95.

Color convert

RGB1416-
CMYK00.930.570.95
HSL336.92º86.67%2.94%-
HSV(B)336.92º92.86%5.49%-
XYZ0.220.130.19-
YUV5.46128.31134.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 66.67%
GREEN value IS 1 (0.78% from 255) = 4.76%
BLUE value IS 6 (2.73% from 255) = 28.57%
R=66.67%
G=4.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal141600.930.570.95336.9286.672.94
HexE1605D395F151573
Octal16160135711375211273
Binary11101110010111011110011011111101010001101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,6); }

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

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

 a { background-color: rgb(14,1,6); }

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

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

 span { border-color: rgb(14,1,6); }

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