#140F11

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

Shades of Rustic Red #140F11

Tints of Rustic Red #140F11

Color information

#140F11 (or 0x140F11) is unknown color: approx Rustic Red. HEX triplet: 14, 0F and 11. RGB value is (20,15,17). Sum of RGB (Red+Green+Blue) = 20+15+17=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #140F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F11 is #EBF0EE. Grayscale: #101010. Windows color (decimal): -15462639 or 1117972. OLE color: 1117972.

HSL color Cylindrical-coordinate representation of color #140F11: hue angle of 336º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #140F11 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB201517-
CMYK00.250.150.92
HSL336º14.29%6.86%-
HSV(B)336º25%7.84%-
XYZ0.560.530.6-
YUV16.72128.16130.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 38.46%
GREEN value IS 15 (6.25% from 255) = 28.85%
BLUE value IS 17 (7.03% from 255) = 32.69%
R=38.46%
G=28.85%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20151700.250.150.9233614.296.86
Hex14F11019F5C150e7
Octal24172103117134520167
Binary10100111110001011001111110111001010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,15,17); }

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

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

 a { background-color: rgb(20,15,17); }

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

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

 span { border-color: rgb(20,15,17); }

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