#140009

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

Shades of Rustic Red #140009

Tints of Rustic Red #140009

Color information

#140009 (or 0x140009) is unknown color: approx Rustic Red. HEX triplet: 14, 00 and 09. RGB value is (20,0,9). Sum of RGB (Red+Green+Blue) = 20+0+9=29 (3% of max value = 765). Red value is 20 (8.20% from 255 or 68.97% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 9 (3.91% from 255 or 31.03% from 29); Max value from RGB is 20 - color contains mainly: red. Hex color #140009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140009 is #EBFFF6. Grayscale: #060606. Windows color (decimal): -15466487 or 589844. OLE color: 589844.

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

Color convert

RGB2009-
CMYK010.550.92
HSL333º100%3.92%-
HSV(B)333º100%7.84%-
XYZ0.340.170.27-
YUV7.01129.13137.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 68.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 31.03%
R=68.97%
G=0%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2009010.550.923331003.92
Hex1409064375C14d644
Octal240110144671345151444
Binary10100010010110010011011110111001010011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140009; }

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

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

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

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

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

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

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

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