Html Css Color HEX #140209 Rustic Red

📋 copy color: '#140209'

red 20 ◦ green 2 ◦ blue 9

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

Shades of Rustic Red #140209

Tints of Rustic Red #140209

RGB

 RED value IS 20 (8.2% from 255) = 64.52%

 GREEN value IS 2 (1.17% from 255) = 6.45%

 BLUE value IS 9 (3.91% from 255) = 29.03%

R = 64.52%
G = 6.45%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.92

RGB Variations

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

Color information

#140209 (or 0x140209) is known color: Rustic Red. HEX triplet: 14, 02 and 09. RGB value is (20,2,9). Sum of RGB (Red+Green+Blue) = 20+2+9=31 (4% of max value = 765). Red value is 20 (8.20% from 255 or 64.52% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 9 (3.91% from 255 or 29.03% from 31); Max value from RGB is 20 - color contains mainly: red. Hex color #140209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140209 is #EBFDF6. Grayscale: #080808. Windows color (decimal): -15465975 or 590356. OLE color: 590356.

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

Color convert

RGB 20 2 9 -
CMYK 0 0.90 0.55 0.92
HSL 336.67º 0.82% 0.04% -
HSV(B) 336.67º 0.9% 0.08% -
XYZ 0.36 0.21 0.28 -
YUV 8.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 20 2 9 0 0.90 0.55 0.92 336.67 0.82 0.04
Hex 14 2 9 0 5A 37 5C 151 52 4
Octal 24 2 11 0 132 67 134 521 122 4
Binary 10100 10 1001 0 1011010 110111 1011100 101010001 1010010 100

Color Harmonies of #140209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140209

Black with #140209

Text Example


Text Example

White with #140209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140209; }

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

 H1.HeaderClassName
 {
   color: #140209;
 }
 .AnyTagClassName
 {
   color: #140209;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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