#140D10

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

Shades of Rustic Red #140D10

Tints of Rustic Red #140D10

Color information

#140D10 (or 0x140D10) is unknown color: approx Rustic Red. HEX triplet: 14, 0D and 10. RGB value is (20,13,16). Sum of RGB (Red+Green+Blue) = 20+13+16=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 16 (6.64% from 255 or 32.65% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D10 is #EBF2EF. Grayscale: #0F0F0F. Windows color (decimal): -15463152 or 1051924. OLE color: 1051924.

HSL color Cylindrical-coordinate representation of color #140D10: hue angle of 334.29º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D10 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB201316-
CMYK00.350.200.92
HSL334.29º21.21%6.47%-
HSV(B)334.29º35%7.84%-
XYZ0.530.470.55-
YUV15.43128.32131.26-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 13 (5.47% from 255) = 26.53%
BLUE value IS 16 (6.64% from 255) = 32.65%
R=40.82%
G=26.53%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20131600.350.200.92334.2921.216.47
Hex14D10023145C14e156
Octal24152004324134516256
Binary10100110110000010001110100101110010100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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