#14080E

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

Shades of Rustic Red #14080E

Tints of Rustic Red #14080E

Color information

#14080E (or 0x14080E) is unknown color: approx Rustic Red. HEX triplet: 14, 08 and 0E. RGB value is (20,8,14). Sum of RGB (Red+Green+Blue) = 20+8+14=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #14080E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080E is #EBF7F1. Grayscale: #0C0C0C. Windows color (decimal): -15464434 or 919572. OLE color: 919572.

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

Color convert

RGB20814-
CMYK00.600.300.92
HSL330º42.86%5.49%-
HSV(B)330º60%7.84%-
XYZ0.450.350.46-
YUV12.27128.98133.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=47.62%
G=19.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2081400.600.300.9233042.865.49
Hex148E03C1E5C14a2b5
Octal24101607436134512535
Binary10100100011100111100111101011100101001010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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