#140E0F

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

Shades of Rustic Red #140E0F

Tints of Rustic Red #140E0F

Color information

#140E0F (or 0x140E0F) is unknown color: approx Rustic Red. HEX triplet: 14, 0E and 0F. RGB value is (20,14,15). Sum of RGB (Red+Green+Blue) = 20+14+15=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 14 (5.86% from 255 or 28.57% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E0F is #EBF1F0. Grayscale: #0F0F0F. Windows color (decimal): -15462897 or 986644. OLE color: 986644.

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

Color convert

RGB201415-
CMYK00.300.250.92
HSL350º17.65%6.67%-
HSV(B)350º30%7.84%-
XYZ0.530.50.52-
YUV15.91127.49130.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 40.82%
GREEN value IS 14 (5.86% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=40.82%
G=28.57%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20141500.300.250.9235017.656.67
Hex14EF01E195C15e127
Octal24161703631134536227
Binary101001110111101111011001101110010101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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