#14070E

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

Shades of Rustic Red #14070E

Tints of Rustic Red #14070E

Color information

#14070E (or 0x14070E) is unknown color: approx Rustic Red. HEX triplet: 14, 07 and 0E. RGB value is (20,7,14). Sum of RGB (Red+Green+Blue) = 20+7+14=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #14070E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070E is #EBF8F1. Grayscale: #0B0B0B. Windows color (decimal): -15464690 or 919316. OLE color: 919316.

HSL color Cylindrical-coordinate representation of color #14070E: hue angle of 327.69º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #14070E is Cyan = 0, Magento = 0.65, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB20714-
CMYK00.650.300.92
HSL327.69º48.15%5.29%-
HSV(B)327.69º65%7.84%-
XYZ0.440.330.46-
YUV11.68129.31133.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 7 (3.12% from 255) = 17.07%
BLUE value IS 14 (5.86% from 255) = 34.15%
R=48.78%
G=17.07%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2071400.650.300.92327.6948.155.29
Hex147E0411E5C148305
Octal24716010136134510605
Binary10100111111001000001111101011100101001000110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14070E; }

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

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

<style>
 a { background-color: #14070E; }

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

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

<style>
 span { border-color: #14070E; }

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

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