Html Css Color HEX #140C0E Rustic Red

📋 copy color: '#140C0E'

red 20 ◦ green 12 ◦ blue 14

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

Shades of Rustic Red #140C0E

Tints of Rustic Red #140C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 26.09%

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

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#140C0E (or 0x140C0E) is known color: Rustic Red. HEX triplet: 14, 0C and 0E. RGB value is (20,12,14). Sum of RGB (Red+Green+Blue) = 20+12+14=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 12 (5.08% from 255 or 26.09% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 20 - color contains mainly: red. Hex color #140C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C0E is #EBF3F1. Grayscale: #0E0E0E. Windows color (decimal): -15463410 or 920596. OLE color: 920596.

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

Color convert

RGB 20 12 14 -
CMYK 0 0.40 0.30 0.92
HSL 345º 0.25% 0.06% -
HSV(B) 345º 0.4% 0.08% -
XYZ 0.5 0.44 0.47 -
YUV 14.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 20 12 14 0 0.40 0.30 0.92 345 0.25 0.06
Hex 14 C E 0 28 1E 5C 159 19 6
Octal 24 14 16 0 50 36 134 531 31 6
Binary 10100 1100 1110 0 101000 11110 1011100 101011001 11001 110

Color Harmonies of #140C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C0E

Black with #140C0E

Text Example


Text Example

White with #140C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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