Html Css Color HEX #140E10 Rustic Red

📋 copy color: '#140E10'

red 20 ◦ green 14 ◦ blue 16

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

Shades of Rustic Red #140E10

Tints of Rustic Red #140E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 28%

 BLUE value IS 16 (6.64% from 255) = 32%

R = 40%
G = 28%
B = 32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140E10 (or 0x140E10) is known color: Rustic Red. HEX triplet: 14, 0E and 10. RGB value is (20,14,16). Sum of RGB (Red+Green+Blue) = 20+14+16=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E10 is #EBF1EF. Grayscale: #101010. Windows color (decimal): -15462896 or 1052180. OLE color: 1052180.

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

Color convert

RGB 20 14 16 -
CMYK 0 0.30 0.20 0.92
HSL 340º 0.18% 0.07% -
HSV(B) 340º 0.3% 0.08% -
XYZ 0.54 0.5 0.56 -
YUV 16.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 20 14 16 0 0.30 0.20 0.92 340 0.18 0.07
Hex 14 E 10 0 1E 14 5C 154 12 7
Octal 24 16 20 0 36 24 134 524 22 7
Binary 10100 1110 10000 0 11110 10100 1011100 101010100 10010 111

Color Harmonies of #140E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E10

Black with #140E10

Text Example


Text Example

White with #140E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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