#140C0E

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

Shades of Rustic Red #140C0E

Tints of Rustic Red #140C0E

Color information

#140C0E (or 0x140C0E) is unknown color: approx Rustic Red. HEX triplet: 14, 0C and 0E. RGB value is (20,12,14). Sum of RGB (Red+Green+Blue) = 20+12+14=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0E is #EBF3F1. Grayscale: #0E0E0E. Windows color (decimal): -15463410 or 920596. OLE color: 920596.

HSL color Cylindrical-coordinate representation of color #140C0E: hue angle of 345º degrees, saturation: 0.25, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #140C0E is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB201214-
CMYK00.400.300.92
HSL345º25%6.27%-
HSV(B)345º40%7.84%-
XYZ0.50.440.47-
YUV14.62127.65131.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 12 (5.08% from 255) = 26.09%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=43.48%
G=26.09%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20121400.400.300.92345256.27
Hex14CE0281E5C159196
Octal24141605036134531316
Binary1010011001110010100011110101110010101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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