#14060C

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

Shades of Rustic Red #14060C

Tints of Rustic Red #14060C

Color information

#14060C (or 0x14060C) is unknown color: approx Rustic Red. HEX triplet: 14, 06 and 0C. RGB value is (20,6,12). Sum of RGB (Red+Green+Blue) = 20+6+12=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060C is #EBF9F3. Grayscale: #0A0A0A. Windows color (decimal): -15464948 or 787988. OLE color: 787988.

HSL color Cylindrical-coordinate representation of color #14060C: hue angle of 334.29º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #14060C is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB20612-
CMYK00.700.400.92
HSL334.29º53.85%5.1%-
HSV(B)334.29º70%7.84%-
XYZ0.420.310.38-
YUV10.87128.64134.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 6 (2.73% from 255) = 15.79%
BLUE value IS 12 (5.08% from 255) = 31.58%
R=52.63%
G=15.79%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2061200.700.400.92334.2953.855.1
Hex146C046285C14e365
Octal24614010650134516665
Binary101001101100010001101010001011100101001110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14060C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14060C; }

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

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

<style>
 a { background-color: #14060C; }

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

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

<style>
 span { border-color: #14060C; }

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

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