Html Css Color HEX #140009 Rustic Red

📋 copy color: '#140009'

red 20 ◦ green 0 ◦ blue 9

#140009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #140009

Tints of Rustic Red #140009

RGB

 RED value IS 20 (8.2% 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 value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#140009 (or 0x140009) is known color: 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

RGB 20 0 9 -
CMYK 0 1 0.55 0.92
HSL 333º 1% 0.04% -
HSV(B) 333º 1% 0.08% -
XYZ 0.34 0.17 0.27 -
YUV 7.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 20 0 9 0 1 0.55 0.92 333 1 0.04
Hex 14 0 9 0 64 37 5C 14D 64 4
Octal 24 0 11 0 144 67 134 515 144 4
Binary 10100 0 1001 0 1100100 110111 1011100 101001101 1100100 100

Color Harmonies of #140009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140009

Black with #140009

Text Example


Text Example

White with #140009

Text Example


Text Example

HTML Codes & Css Web 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>