#140105

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

Shades of Rustic Red #140105

Tints of Rustic Red #140105

Color information

#140105 (or 0x140105) is unknown color: approx Rustic Red. HEX triplet: 14, 01 and 05. RGB value is (20,1,5). Sum of RGB (Red+Green+Blue) = 20+1+5=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140105 is #EBFEFA. Grayscale: #070707. Windows color (decimal): -15466235 or 327956. OLE color: 327956.

HSL color Cylindrical-coordinate representation of color #140105: hue angle of 347.37º 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 #140105 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB2015-
CMYK00.950.750.92
HSL347.37º90.48%4.12%-
HSV(B)347.37º95%7.84%-
XYZ0.330.180.16-
YUV7.14126.79137.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 76.92%
GREEN value IS 1 (0.78% from 255) = 3.85%
BLUE value IS 5 (2.34% from 255) = 19.23%
R=76.92%
G=3.85%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal201500.950.750.92347.3790.484.12
Hex141505F4B5C15b5a4
Octal241501371131345331324
Binary10100110101011111100101110111001010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140105; }

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

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

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

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

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

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

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

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