#140709

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

Shades of Rustic Red #140709

Tints of Rustic Red #140709

Color information

#140709 (or 0x140709) is unknown color: approx Rustic Red. HEX triplet: 14, 07 and 09. RGB value is (20,7,9). Sum of RGB (Red+Green+Blue) = 20+7+9=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 9 (3.91% from 255 or 25% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140709 is #EBF8F6. Grayscale: #0B0B0B. Windows color (decimal): -15464695 or 591636. OLE color: 591636.

HSL color Cylindrical-coordinate representation of color #140709: hue angle of 350.77º degrees, saturation: 0.48, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140709 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.92.

Color convert

RGB2079-
CMYK00.650.550.92
HSL350.77º48.15%5.29%-
HSV(B)350.77º65%7.84%-
XYZ0.410.320.3-
YUV11.11126.81134.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 9 (3.91% from 255) = 25%
R=55.56%
G=19.44%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal207900.650.550.92350.7748.155.29
Hex1479041375C15f305
Octal24711010167134537605
Binary101001111001010000011101111011100101011111110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140709; }

 p { color: rgb(20,7,9); }

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

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

 a { background-color: rgb(20,7,9); }

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

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

 span { border-color: rgb(20,7,9); }

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