Html Css Color HEX #140B0E Rustic Red

📋 copy color: '#140B0E'

red 20 ◦ green 11 ◦ blue 14

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

Shades of Rustic Red #140B0E

Tints of Rustic Red #140B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 24.44%

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

R = 44.44%
G = 24.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#140B0E (or 0x140B0E) is known color: Rustic Red. HEX triplet: 14, 0B and 0E. RGB value is (20,11,14). Sum of RGB (Red+Green+Blue) = 20+11+14=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 11 (4.69% from 255 or 24.44% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B0E is #EBF4F1. Grayscale: #0E0E0E. Windows color (decimal): -15463666 or 920340. OLE color: 920340.

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

Color convert

RGB 20 11 14 -
CMYK 0 0.45 0.30 0.92
HSL 340º 0.29% 0.06% -
HSV(B) 340º 0.45% 0.08% -
XYZ 0.49 0.42 0.47 -
YUV 14.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 20 11 14 0 0.45 0.30 0.92 340 0.29 0.06
Hex 14 B E 0 2D 1E 5C 154 1D 6
Octal 24 13 16 0 55 36 134 524 35 6
Binary 10100 1011 1110 0 101101 11110 1011100 101010100 11101 110

Color Harmonies of #140B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B0E

Black with #140B0E

Text Example


Text Example

White with #140B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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