#140F10

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

Shades of Rustic Red #140F10

Tints of Rustic Red #140F10

Color information

#140F10 (or 0x140F10) is unknown color: approx Rustic Red. HEX triplet: 14, 0F and 10. RGB value is (20,15,16). Sum of RGB (Red+Green+Blue) = 20+15+16=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #140F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F10 is #EBF0EF. Grayscale: #101010. Windows color (decimal): -15462640 or 1052436. OLE color: 1052436.

HSL color Cylindrical-coordinate representation of color #140F10: hue angle of 348º 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 #140F10 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB201516-
CMYK00.250.200.92
HSL348º14.29%6.86%-
HSV(B)348º25%7.84%-
XYZ0.550.530.56-
YUV16.61127.66130.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 39.22%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 16 (6.64% from 255) = 31.37%
R=39.22%
G=29.41%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20151600.250.200.9234814.296.86
Hex14F10019145C15ce7
Octal24172003124134534167
Binary101001111100000110011010010111001010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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