#140106

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

Shades of Rustic Red #140106

Tints of Rustic Red #140106

Color information

#140106 (or 0x140106) is unknown color: approx Rustic Red. HEX triplet: 14, 01 and 06. RGB value is (20,1,6). Sum of RGB (Red+Green+Blue) = 20+1+6=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140106 is #EBFEF9. Grayscale: #070707. Windows color (decimal): -15466234 or 393492. OLE color: 393492.

HSL color Cylindrical-coordinate representation of color #140106: hue angle of 344.21º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140106 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.92.

Color convert

RGB2016-
CMYK00.950.700.92
HSL344.21º90.48%4.12%-
HSV(B)344.21º95%7.84%-
XYZ0.330.180.19-
YUV7.25127.29137.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 74.07%
GREEN value IS 1 (0.78% from 255) = 3.70%
BLUE value IS 6 (2.73% from 255) = 22.22%
R=74.07%
G=3.70%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.70
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal201600.950.700.92344.2190.484.12
Hex141605F465C1585a4
Octal241601371061345301324
Binary10100111001011111100011010111001010110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140106; }

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

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

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

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

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

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

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

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