#140E10

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

Shades of Rustic Red #140E10

Tints of Rustic Red #140E10

Color information

#140E10 (or 0x140E10) is unknown color: approx Rustic Red. HEX triplet: 14, 0E and 10. RGB value is (20,14,16). Sum of RGB (Red+Green+Blue) = 20+14+16=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E10 is #EBF1EF. Grayscale: #101010. Windows color (decimal): -15462896 or 1052180. OLE color: 1052180.

HSL color Cylindrical-coordinate representation of color #140E10: hue angle of 340º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E10 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB201416-
CMYK00.300.200.92
HSL340º17.65%6.67%-
HSV(B)340º30%7.84%-
XYZ0.540.50.56-
YUV16.02127.99130.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40%
GREEN value IS 14 (5.86% from 255) = 28%
BLUE value IS 16 (6.64% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20141600.300.200.9234017.656.67
Hex14E1001E145C154127
Octal24162003624134524227
Binary1010011101000001111010100101110010101010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140E10; }

 p { color: rgb(20,14,16); }

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

<style>
 a { background-color: #140E10; }

 a { background-color: rgb(20,14,16); }

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

<style>
 span { border-color: #140E10; }

 span { border-color: rgb(20,14,16); }

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