Html Css Color HEX #140D0E Rustic Red

📋 copy color: '#140D0E'

red 20 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #140D0E

Tints of Rustic Red #140D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 27.66%

 BLUE value IS 14 (5.86% from 255) = 29.79%

R = 42.55%
G = 27.66%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#140D0E (or 0x140D0E) is known color: Rustic Red. HEX triplet: 14, 0D and 0E. RGB value is (20,13,14). Sum of RGB (Red+Green+Blue) = 20+13+14=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 13 (5.47% from 255 or 27.66% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D0E is #EBF2F1. Grayscale: #0F0F0F. Windows color (decimal): -15463154 or 920852. OLE color: 920852.

HSL color Cylindrical-coordinate representation of color #140D0E: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D0E is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 13 14 -
CMYK 0 0.35 0.30 0.92
HSL 351.43º 0.21% 0.06% -
HSV(B) 351.43º 0.35% 0.08% -
XYZ 0.51 0.47 0.48 -
YUV 15.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 20 13 14 0 0.35 0.30 0.92 351.43 0.21 0.06
Hex 14 D E 0 23 1E 5C 15F 15 6
Octal 24 15 16 0 43 36 134 537 25 6
Binary 10100 1101 1110 0 100011 11110 1011100 101011111 10101 110

Color Harmonies of #140D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D0E

Black with #140D0E

Text Example


Text Example

White with #140D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D0E; }

 p { color: rgb(20,13,14); }

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

background-color css

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

 a { background-color: rgb(20,13,14); }

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

border-color css

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

 span { border-color: rgb(20,13,14); }

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